This project is an emotion analyser bot using Gemini and Google Vision APIs with live camera feed and voice emotion analysis.
-
Clone the repository:
git clone https://github.com/kavinraj-95/senseye.git cd emotion-analyser-bot
-
Install the dependencies:
pip install -r requirements.txt
-
Set up the environment variables for Gemini and Google Vision API keys.
Run the main script:
python src/main.py
This project is licensed under the MIT License.