Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahi-mfg/age_detection_api
detecting age of a person from an image using huggingface transformers
https://github.com/sahi-mfg/age_detection_api
fastapi huggingface-transformers python streamlit
Last synced: 4 days ago
JSON representation
detecting age of a person from an image using huggingface transformers
- Host: GitHub
- URL: https://github.com/sahi-mfg/age_detection_api
- Owner: sahi-mfg
- Created: 2023-06-17T22:31:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-26T08:34:36.000Z (4 months ago)
- Last Synced: 2024-11-10T01:33:32.344Z (2 months ago)
- Topics: fastapi, huggingface-transformers, python, streamlit
- Language: Python
- Homepage:
- Size: 340 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Age detection API
## Description
API to detect age of a person from an image.
![](age-detection-app.png)
link: [age-detection-app](https://age-detection.streamlit.app)
## Installation
1. Clone the repository
2. Create a virtual environment and install the requirements using the command `python -m virtualenv venv && source venv/bin/activate` and `pip install -r requirements.txt`
3. Run the API using the command `python app/main.py`4. Run (in another terminal window) the Streamlit UI using: `python -m streamlit run ui/streamlit_app.py`