Analyzes customer feedback or keywords using Gemini 2.0 to generate insights for SMEs.
- Change Directory:
cd backend
- Create Environment:
uv venv
- Activate:
source .venv/bin/activate
- Install:
uv pip install -r pyproject.toml
- Set .env:
Set up your ENV take reference from .env.example
- Run:
uv run main.py
- Change Directory:
cd frontend
- Install:
npm install
- Set .env:
Set NEXT_PUBLIC_BACKEND_URL=http://localhost:8000
- Run:
npm run dev
Select analysis type and upload a file, edit results, and download as PDF.