Currently We have not implementaed the mcp server, database. We will implement this in few days. We are currently using a json file as our patient's data source for a prototype. UI is quite basic as of now as a prototype.
https://ayusahayak.up.railway.app/
git clone https://github.com/IntrosWorld/AyuSahayak-AI-Friend-for-Doctors.git
cd AyuSahayak-AI-Friend-for-Doctorsnpm installCreate a .env file in the root directory:
Then add your Gemini API key:
GEMINI_API_KEY=your-google-gemini-api-keynpm run dev