https://github.com/engineeringmadness/recognize
Smart India Hackathon 2018 Project (3rd Runner Up)
https://github.com/engineeringmadness/recognize
Last synced: about 1 month ago
JSON representation
Smart India Hackathon 2018 Project (3rd Runner Up)
- Host: GitHub
- URL: https://github.com/engineeringmadness/recognize
- Owner: engineeringmadness
- Created: 2018-03-25T12:56:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T16:50:09.000Z (over 6 years ago)
- Last Synced: 2025-11-20T20:05:25.693Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.2 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recognize
This is the main repository for this project. Below are the steps for setting up to run this project
1. Install python 3 from website on your machine windows or linux.
2. Install necessary packages
pip install django pillow opencv-python matplotlib numpy pytesseract
3. Apply migrations to database
python manage.py migrate
4. To run app
python manage.py runserver