Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avinash905/cards_detector_using_tfod1
https://github.com/avinash905/cards_detector_using_tfod1
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avinash905/cards_detector_using_tfod1
- Owner: Avinash905
- License: mit
- Created: 2022-10-17T19:47:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T17:53:46.000Z (about 2 years ago)
- Last Synced: 2023-03-05T05:22:40.763Z (over 1 year ago)
- Language: Python
- Size: 48.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Cards_detector_using_tfod1
This is an object detection project which uses tensorflow 1.x to detect the following cards:
* King
* Jack
* Queen
* Ace
* Nine
* TenFollow the steps below to run this application on your local machine:
1. Create a python environment
```bash
conda create -n environment_name python=python_version -y
```
2. Activate the environment
```bash
conda activate environment_name
```
3. Clone the github repository
```bash
git clone https://github.com/Avinash905/Cards_detector_using_tfod1.git
```
4. Install the dependencies
```bash
pip install -r requirements.txt
```
5. Run the application
```bash
python clientApp.py
```Preview of the web application: