MLDeployed is a project designed to solve sudoku problems directly from their images.
- This project requires Python, Django, Tensorflow, OpenCV and Pillow.
- All the pip requirements are mentioned in requirements.txt
- Use
pip install -r requirements.txtto install them
- To start the server, go to the mldeployed folder.
- Run
python3 manage.py makemigrations sudokuto create the database table migrations - Then, Run
python3 manage.py migrateto migrate the tables and create a sqlite instance - Finally, run
python3 manage.py runserverto get a Django server running on your local machine