Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2.58 KB

File metadata and controls

44 lines (31 loc) · 2.58 KB

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.