R-aryan / Chess_Piece_Detection_Using_SSD

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 64.8%Language:HTML 35.2%