Skip to content

R-aryan/Chess_Piece_Detection_Using_SSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Piece Detection Using SSD

Steps to run the application

Setting up virtual environment.

pip install -r requirements.txt

python app.py

  • After running the app.py the web app can be accessed at http://127.0.0.1:8000/ copy this url and paste it in your browser.
  • The UI will look like the following.

Sample UI

  • The picture can be uploaded using the upload button and after uploading the image click on predict to perform inference.
  • Sample Input

Sample Input

  • Sample Output

Sample output

  • The application logs can also be found here.

About

End to End object detection project using SSD, and serving it as REST API using Flask framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published