An open API service indexing awesome lists of open source software.

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)

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