This application leverages the advanced capabilities of the GPT-3.5-turbo Large Language Model to offer a user-friendly, conversational interface for symptom analysis. By integrating cutting-edge AI, this tool aims to revolutionize how individuals assess their health concerns.
- Intuitive chat-based UI for symptom input and analysis
- Advanced prompt engineering to drive accurate LLM responses
- Comprehensive White Box and Black Box testing to ensure functionality and user experience
- Clone the repository
- Navigate to both the frontend and backend directory in the project
- Install dependencies in each directory
- Start the application
git clone [repository-url]
cd [local-directory]/project-frontend
npm install
npm run dev
git clone [repository-url]
cd [local-directory]/backend
npm install
npm run dev
You need to have Postgresql installed to run the application.