VehicleTracking

Vehicle Tracking using YOLOv8 and DeepSORT

This is a vehicle tracking project that uses YOLOv8 for object detection and DeepSORT for tracking the detected vehicles. The project also has a GUI built using Streamlit, which makes it easy to use and visualize the results.

Usage

You can view or test app at: https://vehicletracking.streamlit.app

This project is built using following resources

Run the following command to start the Streamlit app:

streamlit run main.py

You can now open the app in your web browser at localhost:8051.

The app provides the following functionality:

References

This project is using following resources: