Cognifork
Cognifork is a cutting-edge vision solution designed to empower automobile companies with real-time detection capabilities. 🏭 Utilizing the powerful YOLOv8 model from Ultralytics, Cognifork is capable of detecting humans, vehicles, and forklifts with precision and speed, making it an essential tool for workplace safety and operational efficiency.
- Real-Time Detection: Instantly tracks humans 🧑🤝🧑, vehicles 🚗, and forklifts 🏗️ in videos, images, and live camera feeds.
- Powered by YOLOv8: High-accuracy, fast, and robust detection powered by Ultralytics.
- OpenCV Integration: Handles diverse inputs, optimizes pipelines, and ensures smooth performance.
- Automobile-Focused Design: Enhances workplace safety and operational monitoring in industrial environments.
- Input: Provide video files, images, or connect a live camera feed. 📥
- Processing: Analyzes frames using YOLOv8 for object detection. 🖥️
- Output: Delivers precise detection results for humans, vehicles, and forklifts. 📤
- Workplace Safety: Prevent accidents by detecting forklifts and humans in shared spaces. 🛡️
- Operational Monitoring: Track vehicle movements and human activity. 📊
- Automation Support: Enable advanced automation through accurate object detection. 🤖
- Python 3.8 or higher 🐍
- Pip package manager 📦
- Clone the repository:
git clone https://github.com/Varsha010101/Cognifork.git
- Navigate to the project directory:
cd Cognifork
- Install dependencies:
pip install ultralytics pip install ultralyticsplus pip install opencv-python pip install opencv-contrib-python
- Run the application:
python det.py
We welcome contributions to make Cognifork even better! Feel free to:
- Report issues 📋
- Submit feature requests 💡
- Contribute code improvements 🔧
Cognifork is licensed under the MIT License. Feel free to use, modify, and distribute it in accordance with the license terms.
- Ultralytics YOLOv8 for the backbone object detection model. 🤖
- OpenCV for image and video processing capabilities. 🎥