EchofeedAI is a project that uses AI to analyze and understand the feedback from the users.
- React.js
- Tailwind CSS
- Shadcn UI
- OpenAI API
- Node.js
- Express.js
- Frontend cd echofeedai-frontend npm install npm run dev
- Backend cd echofeedai-backend npm install npm run dev
- Model cd echofeedai-model python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt python3 main.py