This is project about detection using Yolov8.onnx
It can detect object from image or link of image With 5 classes: {0: "bicycle", 1: "bus", 2: "car", 3: "motorbike", 4: "person"}
- Detects and identifies objects in images or links.
- Supports real-time object detection.
- Easily configurable and extensible for various use cases.
Specify the software and hardware requirements needed to run the project. For example:
- Pytorch
- Python 3.x
- GPU with CUDA support
Provide detailed installation instructions. If possible, create a virtual environment for your project. Here's a general installation process:
-
Clone the repository:
git clone https://github.com/dinhanit/YoloOnnx.git
-
Set up
pip install -r requirements.txt
-
Demo on fastapi
- Setup docker
chmod +x install.sh ./install.sh
- Open browser
http://localhost:8501/docs
- Setup docker
-
Demo with streamlit
cd YoloOnnx/Web/ streamlit run st.pt