Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanskarg348 committed Sep 15, 2022
1 parent 6eea8a7 commit 1f99f72
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
# driving_license_demo

A driving license data field detection.
- Frontend,and deployment accomplished using Atri framework.
- The model for detecting the Data Field's was a Deep Learning model based on CNN.

## Deployed app
https://atri-apps.github.io/driving_license_demo/

## How to use this app?

### Step 1: Setup

```shell
git clone https://github.com/Atri-Apps/driving_license_demo.git

cd driving_license_demo

pipenv install
```

### Step 2: Start the editor

```shell
pipenv shell

atri start
```

## Resources
📚 Read the [Docs](https://docs.atrilabs.com/)

🧭 Follow Atri Labs on [LinkedIn](https://www.linkedin.com/company/atri-labs)

💬 Join our [Slack community](https://join.slack.com/t/atricommunity/shared_invite/zt-1e756m1at-bZBxngvw7KWWO0riI4pc0w)

❓ Share any [bugs](https://github.com/Atri-Labs/atrilabs-engine/issues) or ask any question in [Discussions](https://github.com/Atri-Labs/atrilabs-engine/discussions)

🎥 Watch along on [YouTube](https://www.youtube.com/channel/UC1uR2Q5x_8olWS_Y4PdK1Bw)

⭐️ Star [Atri framework](https://github.com/Atri-Labs/atrilabs-engine) if you find it helpful! 😎

0 comments on commit 1f99f72

Please sign in to comment.