R-aryan / Cards_Detection_Using_FASTER-RCNN

End to end object detection project using Faster RCNN, trained using TFOD1.14 framework and served as REST API via Flask App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cards Detection Using FASTER RCNN

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:9000/ 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 Faster RCNN, trained using TFOD1.14 framework and served as REST API via Flask App

License:MIT License


Languages

Language:Python 98.9%Language:HTML 1.1%