--- title: YOLO v8 Playground emoji: 🦀 colorFrom: indigo colorTo: blue sdk: streamlit sdk_version: 1.36.0 app_file: app.py pinned: false license: mit --- # Yolo v8 Playground Based on https://huggingface.co/spaces/eusholli/computer-vision-playground. This Streamlit application uses the Computer Vision Playground as its base and has modified the analyze_frame function, replacing the example face/sentiment detection with object detection. To learn how to do the same yourself and start playing with computer vision models read [here](https://huggingface.co/spaces/eusholli/computer-vision-playground/blob/main/README.md). A massive thanks to [Ultralytics](https://docs.ultralytics.com/modes/track/#python-examples) ### Contributing We welcome contributions! If you have suggestions or improvements, feel free to open an issue or submit a pull request. ### License This project is licensed under the MIT License.