Gestura is a cutting-edge, AI-powered webpage designed for real-time facial recognition. It can accurately detect face gestures, landmarks, age, and gender, making it a versatile tool for various applications.
- Face Gesture Detection: Analyze facial expressions and movements with precision.
- Landmark Identification: Identify key facial points for detailed analysis.
- Age Estimation: Predict age with high accuracy.
- Gender Detection: Determine gender using advanced algorithms.
- Clone the repository:
git clone https://github.com/KrishBharadwaj5678/Gestura.git
- Navigate to the project directory:
cd gestura
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
.
- Open the webpage in your browser.
- Allow camera permissions for real-time detection.
- Observe the analysis for face gestures, landmarks, age, and gender.
Contributions are welcome! Follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Commit your changes and push to your branch:
git push origin feature-name
- Open a Pull Request.