🚀 A cutting-edge AI-powered medical chatbot designed to assist users with medical queries using advanced NLP and vector search technology.
📁 research/# 📄 Research documents & references📁 src/# ⚙️ Source code for chatbot logic📁 static/# 🎨 CSS & frontend assets📁 templates/# 🖼️ HTML templates for UI📜 .gitignore/# 🚫 Git ignored files📜 LICENSE/# 📜 License information📜 README.md/# 📖 This file!📜 app.py/# 🚀 Main Flask API📜 requirements.txt/# 📌 Required dependencies 🔖📜 setup.py/# 🛠️ Setup configurations📜 store_index.py/# 📂 Pinecone index storage ├📜 template.py/# 🎭 UI template logic
git clone https://github.com/your-repo.git
cd your-repopython -m venv venv
source venv/bin/activate # On MacOS/Linux
venv\Scripts\activate # On Windowspip install -r requirements.txtpython app.py- 🐍 Python
- ⚡ FastAPI / Flask
- 🧠 Machine Learning & NLP
- 🔍 Pinecone (Vector Search)
- 🎨 HTML / CSS / JS
- ☁️ Cloud Deployment (AWS/GCP/Azure)
✅ Real-time medical query responses
✅ AI-powered chatbot assistant
✅ Intelligent search with Pinecone
✅ User-friendly interface
🚀 Want to contribute? Feel free to submit a PR! 🛠️
🔖 This project is licensed under the MIT License.
📧 Email: ayemenbaig26@gmail.com
