A Django project that uses Google's Gemini Pro API to analyze the tone and intent of user-submitted messages. The analysis is stored in a PostgreSQL database, and relevant action suggestions are returned based on the message context.
- 🔍 Analyze user input with Google Gemini LLM
- 🧠 Detect tone and intent from natural language messages
- 💾 Store analysis results in PostgreSQL
- 💡 Generate action suggestions based on detected intent
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-namepip install -r requirements.txt
GOOGLE_API_KEY=your_google_ai_studio_api_key
python manage.py migrate
python manage.py runserver
POST /api/analyze/
Google Gemini API