An emotion-aware AI assistant that uses facial recognition to detect emotions and provide contextual responses using LLMs.
- Python 3.8+
- Webcam
- Microphone
- OpenAI API key
- Clone the repository:
git clone https://github.com/yourusername/Emo-Aware-LLM.git
cd Emo-Aware-LLM- Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activate- Install dependencies:
pip install -r requirements.txt- Set up environment variables:
cp .env.example .env
# Add your OpenAI API key to .env fileRun the assistant:
python src/main.pyMIT License