Skip to content

rudradesai200/Snap-n-Solve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buy Me A Coffee

MLDeployed

MLDeployed is a project designed to solve sudoku problems directly from their images.

Setup

  • This project requires Python, Django, Tensorflow, OpenCV and Pillow.
  • All the pip requirements are mentioned in requirements.txt
  • Use pip install -r requirements.txt to install them

Usage

  • To start the server, go to the mldeployed folder.
  • Run python3 manage.py makemigrations sudoku to create the database table migrations
  • Then, Run python3 manage.py migrate to migrate the tables and create a sqlite instance
  • Finally, run python3 manage.py runserver to get a Django server running on your local machine

About

An automated sudoku solver using OpenCV, Tensorflow and Python

Topics

Resources

License

Stars

Watchers

Forks