This repository hosts two distinct Flask applications, both written in Python, focusing on human analysis through image processing.
The first application is designed to detect emotions, estimate age, and identify various characteristics of a human subject from an image.
- Emotion Detection: Analyzes facial expressions to identify emotions.
- Age Estimation: Estimates the age of the person in the image.
- Characteristic Identification: Identifies key facial characteristics.
To use this application, follow these steps:
- Install Dependencies:
- Run the Flask App:
- API Usage: Send an image to the server using a POST request, and receive analyzed data in response.
The second application aims to determine whether a person in an image is drunk or not based on certain visual cues.
- Drunkenness Detection: Determines the likelihood of a person being drunk from their image.
Similar to the first application, follow these steps:
- Install Dependencies:
- Run the Flask App:
- API Usage: Send an image and receive a response indicating the likelihood of drunkenness.
Contributions to improve the applications or add new features are welcome. Please feel free to submit issues and pull requests.