Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aysenurcftc/yolov8_human_face_detection
This repo detects human face with YOLOv8 from ultralytics
https://github.com/aysenurcftc/yolov8_human_face_detection
fastapi imgbb imgbb-api object-detection python yolov8
Last synced: 2 days ago
JSON representation
This repo detects human face with YOLOv8 from ultralytics
- Host: GitHub
- URL: https://github.com/aysenurcftc/yolov8_human_face_detection
- Owner: aysenurcftc
- License: mit
- Created: 2024-02-09T12:35:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T11:41:04.000Z (8 months ago)
- Last Synced: 2024-03-11T12:50:28.047Z (8 months ago)
- Topics: fastapi, imgbb, imgbb-api, object-detection, python, yolov8
- Language: Python
- Homepage:
- Size: 38.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yolov8-Custom-Object-Detetction
This repo detects human face with YOLOv8 from ultralytics
## Usage/Examples
### CLI Usage
```bash
usage: cli.py [-h] input_pathyolov8 custom object detection
positional arguments:
input_path path to input image.options:
-h, --help show this help message and exit
```
### API Usage```
http://127.0.0.1:8041/predict
```
## InstallationInstall project with pip
```bash
pip install -r requirements.txt
```## Deployment
To deploy this project run
```bash
docker build -t yolo_det .
docker run -d -p 8041:8041 yolo_det
```
## Environment VariablesTo run this project, you will need to add the following environment variables to your .env file
`IMG_API_KEY`
## License
[MIT](https://choosealicense.com/licenses/mit/)