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: 8 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T08:34:36.000Z (about 1 year ago)
- Last Synced: 2025-01-06T05:12:17.064Z (10 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.

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`