devesh-2002 / currency-detection-yolov8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency Detection using Yolov8

This is a Real Time Object Detection Project, made using Yolov8, which will detect any currency, in the real-time. For annotation of images, Roboflow is also used.

Run the project

We can either run the project in the Google Colab directly or run via Roboflow.

Google Colab Link : https://colab.research.google.com/drive/1PjwjvmK9LlWNWtOM6d35KUgziaTGeB5p?usp=sharing

Running via Roboflow

  1. Create an account on Roboflow.
  2. Access the ROBOFLOW_API_KEY.
  3. Open the git bash, with administrator access.
  4. Navigate to the project.
  5. Install the packages
pip install inference supervision opencv-python
  1. Type in the git cmd:
export ROBOFLOW_API_KEY=<roboflow-api-key>
  1. Run the project
python app.py

Screenshot

image

About


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%