Access the deployed app at - Apollo
Welcome to Apollo, an AI-powered beauty analysis tool that evaluates facial symmetry and alignment with the Golden Ratio standards.
Apollo is a Next.js project powered by AI algorithms to provide users with insights into their facial features' symmetry and alignment with the Golden Ratio. The Golden Ratio represents ideal proportions in aesthetics, and Apollo helps users understand how their facial features align with these standards. Users can capture facial images through the app, which then analyzes and provides a score based on the alignment with the Golden Ratio.
- Capture facial images using the device's camera.
- Analyze facial symmetry and alignment with the Golden Ratio.
- Display score and feedback based on the analysis.
- Share results on social media platforms.
Before running the project, ensure you have the following software installed on your local machine:
- Node.js
- npm or Yarn
-
Clone the repository:
git clone https://github.com/AritraLeo/apollo.git
-
Navigate to the project directory:
cd apollo
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open your web browser and navigate to
http://localhost:3000
. -
Follow the on-screen instructions to use the app:
- Click on the "Open Camera" button to capture your facial image.
- Wait for the analysis to complete and view your score and feedback.
Contributions are welcome! If you'd like to contribute to Apollo, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Create a new Pull Request.
This project is licensed under the MIT License.
For any inquiries or feedback, please contact us at your-email@example.com.