Upload 3 files
Browse files
Readme.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# yoloEYE
|
| 2 |
+
|
| 3 |
+
## Description
|
| 4 |
+
|
| 5 |
+
This project utilizes YOLO (You Only Look Once) models for object detection tasks. It provides a user-friendly interface built with Streamlit, allowing users to easily upload images or video streams to see object detections in real-time. The application supports various YOLO models, including YOLOv8, YOLOv9, and YOLOv10; offering flexibility and accuracy in detecting objects across different scenarios.
|
| 6 |
+
|
| 7 |
+
## Getting Started
|
| 8 |
+
|
| 9 |
+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
|
| 10 |
+
|
| 11 |
+
### Prerequisites
|
| 12 |
+
|
| 13 |
+
What things you need to install the software and how to install them.
|
| 14 |
+
|
| 15 |
+
```bash
|
| 16 |
+
pip install -r requirements.txt
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
### Installing
|
| 20 |
+
|
| 21 |
+
A step by step series of examples that tell you how to get a development environment running
|
| 22 |
+
|
| 23 |
+
Say what the code already does and you don’t need to do a thing like this.
|
| 24 |
+
|
| 25 |
+
```bash
|
| 26 |
+
cd your_project_directory
|
| 27 |
+
pip install -r requirements.txt
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
And repeat
|
| 31 |
+
|
| 32 |
+
```bash
|
| 33 |
+
streamlit run app.py
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
End with an example of getting some data regarding the system. It may be a good idea to describe the table structure.
|
| 37 |
+
|
| 38 |
+
## Running the Tests
|
| 39 |
+
|
| 40 |
+
Explain how to run the automated tests for this system
|
| 41 |
+
|
| 42 |
+
```bash
|
| 43 |
+
pytest
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
Break down into end to end.
|
| 47 |
+
|
| 48 |
+
## Deployment
|
| 49 |
+
|
| 50 |
+
Add additional notes about how to deploy this on a live system
|
| 51 |
+
|
| 52 |
+
## Built With
|
| 53 |
+
|
| 54 |
+
* [Python](https://www.python.org/) - Programming Language
|
| 55 |
+
* [Streamlit](https://streamlit.io/) - Framework for Building Machine Learning and Data Science Web Apps
|
| 56 |
+
* [Ultralytics](https://github.com/ultralytics/yolov5) - Implementation of YOLO Models
|
| 57 |
+
|
| 58 |
+
## Contributing
|
| 59 |
+
|
| 60 |
+
1. Fork the Project
|
| 61 |
+
2. Create your Feature Branch (`git checkout -b feature/fooBar`)
|
| 62 |
+
3. Commit your Changes (`git commit -m 'Add some fooBar'`)
|
| 63 |
+
4. Push to the Branch (`git push origin feature/fooBar`)
|
| 64 |
+
5. Open a Pull Request
|
img.jpg
ADDED
|
logo2.jpg
ADDED
|