Skip to content

ShafaqMandha/Noor_AI_Deployment_Files

Repository files navigation

Noor AI Beauty Advisor

An AI-powered beauty advisor that provides personalized skincare recommendations based on skin type analysis.

Features

  • Skin type analysis using AI
  • Personalized product recommendations
  • Interactive chat interface
  • Product information and ingredient details

Setup Instructions

  1. Clone the repository:
git clone <your-repository-url>
cd <repository-name>
  1. Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install the required packages:
pip install -r requirements.txt
  1. Set up environment variables:

    • Copy .env.example to .env
    • Add your OpenAI API key to the .env file:
      OPENAI_API_KEY=your_openai_api_key_here
      
  2. Run the application:

python app.py

The application will be available at http://localhost:5000

Environment Variables

Create a .env file in the root directory with the following variables:

  • OPENAI_API_KEY: Your OpenAI API key (required)

Security Note

Never commit your .env file or expose your API keys. The .env file is included in .gitignore to prevent accidental commits.

License

[Your chosen license]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published