AI Vision Lab is a cutting-edge web application that demonstrates the power of real-time object detection using YOLOv8. Experience the future of computer vision as our system identifies and tracks objects in live video streams with impressive accuracy and speed.
- 🎥 Real-time object detection in live video streams
- 🧠 Powered by state-of-the-art YOLOv8 model
- 📊 Dynamic display of detection statistics
- 💡 Interactive AI insights and fun facts
- 🌓 Sleek, modern dark mode UI
- 📱 Fully responsive design for all devices
Backend and ML processing
Web framework
Frontend structure
Styling
Interactive elements
Object detection model
- Python 3.8+
- pip
- Virtual environment (recommended)
-
Clone the repository:
git clone https://github.com/Silicon-Sorceress-Tawfia/AI-Vision-Lab.git cd AI-Vision-Lab
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install required packages:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your browser and navigate to
http://localhost:5000
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Tawfia Yeasmin - @LinkedIn
Project Link: https://github.com/Silicon-Sorceress-Tawfia/AI-Vision-Lab
Made with ❤️ by Tawfia Yeasmin