Home
Softono
a

abhaysingh71

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by abhaysingh71

AI-Powered-Healthcare-Intelligence-Network
Open Source

AI-Powered-Healthcare-Intelligence-Network

<p align="center"> <a href="https://github.com/AbhaySingh71/AI-Powered-Healthcare-Intelligence-System"> <img src="https://img.shields.io/github/stars/AbhaySingh71/AI-Powered-Healthcare-Intelligence-System?style=social" alt="GitHub Stars"> </a> <a href="https://hub.docker.com/r/abhaysingh71/ai-powered-healthcare-system"> <img src="https://img.shields.io/docker/pulls/abhaysingh71/ai-powered-healthcare-system" alt="Docker Pulls"> </p> <h1 align="center">🩺 AI-Powered Healthcare Intelligence Network</h1> <p align="center"> <strong>Revolutionizing Healthcare with AI-Driven Predictions, Recommendations, and Insights, Medibot(RAG)</strong> <br> ![DALLΒ·E 2025-03-06 19 27 45 - A high-tech AI-driven healthcare system banner](https://github.com/user-attachments/assets/48ac86e6-51bd-40c4-8d96-638fafe9d4c6) </p> --- <h2>πŸ“Œ About This Project</h2> <p> The <strong>AI-Powered Healthcare Intelligence Network</strong> is a cutting-edge platform that leverages Machine Learning (ML) and Natural Language Processing (NLP) to provide accurate disease predictions, personalized medical recommendations, and AI-assisted drug suggestions. The system aims to enhance early diagnosis, reduce medical errors, and offer intelligent healthcare solutions. </p> https://github.com/user-attachments/assets/360876dc-551a-498b-ab75-472137fed751 <h2>πŸš€ Features</h2> <h3>πŸ’‘ Disease Prediction & Medical Recommendation</h3> <p> This module uses <strong>Machine Learning</strong> to predict diseases based on symptoms and suggest the best medical recommendations. </p> <ul> <li>βœ… Predicts diseases based on symptoms provided by the user.</li> <li>βœ… Uses <strong>RandomForest Classifier</strong> for predictions.</li> <li>βœ… Provides recommended treatments and precautions.</li> <li>βœ… Provides medical descriptions, precautions, medication suggestions, and diet recommendations**.</li> </ul> | ![Screenshot 1](utils/img1.png) | ![Screenshot 2](utils/img2.png) | |---------------------------------|---------------------------------| <h3>πŸ’Š AI-Powered Drug Recommendation</h3> <p> Our AI system uses <strong>NLP & Cosine Similarity</strong> to recommend alternative medicines based on drug properties. </p> <ul> <li>βœ… AI-powered alternative medicine finder.</li> <li>βœ…Utilizes **NLP & cosine similarity** for **accurate drug matching**</li> <li>βœ… Matches medicines with similar ingredients.</li> <li>βœ… Ensures safer and more effective drug prescriptions.</li> </ul> | ![Screenshot 1](utils/img3.png) | ![Screenshot 2](utils/img4.png) | |---------------------------------|---------------------------------| <h3>πŸͺ€ Heart Disease Risk Assessment</h3> <p> This module uses <strong>LightGBM & AI classifiers</strong> to assess heart disease risks based on patient history. </p> <ul> <li>βœ… Evaluates heart disease risk based on lifestyle and medical history.</li> <li>βœ… Uses machine learning models (LightGBM, EasyEnsemble) for predicting heart disease risk. </li> <li>βœ… Takes inputs like age, BMI, smoking habits, medical history, etc.</li> <li>βœ… Provides a **personalized heart risk score with AI-driven recommendations**</li> </ul> | ![Screenshot 1](utils/img5.png) | ![Screenshot 2](utils/img6.png) | |---------------------------------|---------------------------------| <h3>πŸ€– Medibot - AI Health Assistant</h3> <p> Our <strong>LLM-powered chatbot</strong> answers medical queries and provides instant healthcare insights using <strong>Hugging Face LLM (Mistral-7B-Instruct)</strong>. </p> <ul> <li>βœ… AI-powered medical chatbot based on Mistral-7B-Instruct.</li> <li>βœ… Retrieves medical information from a FAISS vector database.</li> <li>βœ… Retrieves reliable medical information using RAG (Retrieval Augmented Generation.</li> <li>βœ… Provides fast, relevant, and fact-based healthcare responses.</li> <li>βœ… Provides <strong>reliable AI-driven</strong> answers to health-related questions.</li> </ul> | ![Screenshot 1](utils/img7.png) | ![Screenshot 2](utils/img8.png) | |---------------------------------|---------------------------------| --- <h2>πŸ“‚ Folder Structure</h2> <pre> πŸ“¦ AI-Powered Healthcare Intelligence Network │── πŸ“‚ models/ # Trained ML models │── πŸ“‚ data/ # Medical datasets (CSV) │── πŸ“‚ vectorstore/db_faiss/ # FAISS vector database │── πŸ“‚ utils/ # Images, styles, and helper files │── πŸ“‚ pages/ # Individual module pages │── πŸ“œ home.py # Main homepage (Streamlit UI) │── πŸ“œ requirements.txt # Dependencies │── πŸ“œ README.md # Project Documentation │── πŸ“œ .gitignore # Ignored files │── πŸ“œ styles.css # Custom CSS for UI </pre> --- <h2>βš™οΈ Installation & Setup</h2> <h3>1️⃣ Clone the Repository</h3> <pre> git clone https://github.com/AbhaySingh71/AI-Powered-Healthcare-Intelligence-System.git cd AI-Powered-Healthcare-Intelligence-System </pre> <h3>2️⃣ Set Up the Virtual Environment</h3> <pre> python -m venv venv source venv/bin/activate # On macOS/Linux venv\Scripts\activate # On Windows </pre> <h3>3️⃣ Install Dependencies</h3> <pre> pip install -r requirements.txt </pre> <h3>4️⃣ Set Up Environment Variables</h3> <p>Create a <code>.env</code> file and add:</p> <pre> HF_TOKEN=your_huggingface_api_token </pre> <p>Ensure it is added to GitHub Secrets when deploying.</p> <h3>5️⃣ Run the Application</h3> <pre> streamlit run home.py </pre> --- <h2>πŸš€ Deployment on Streamlit Cloud</h2> <h3>1️⃣ Push code to GitHub</h3> <pre> git add . git commit -m "Initial commit" git push origin main </pre> <h3>2️⃣ Deploy on Streamlit</h3> <ul> <li>Go to <a href="https://share.streamlit.io/">Streamlit Cloud</a> β†’ Deploy a new app.</li> <li>Set <code>HF_TOKEN</code> in Streamlit Secrets.</li> <li>Click <strong>Deploy!</strong> πŸŽ‰</li> </ul> --- <h2>βš™οΈ Technologies Used</h2> <ul> <li><strong>Machine Learning:</strong> RandomForest, LightGBM, NLP, Cosine Similarity</li> <li><strong>AI & NLP:</strong> Hugging Face Transformers, LangChain, FAISS</li> <li><strong>Data Handling:</strong> Pandas, NumPy, Pickle</li> <li><strong>Web Framework:</strong> Streamlit</li> <li><strong>Visualization:</strong> Plotly, SHAP for feature importance</li> <li><strong>Cloud Deployment:</strong> AWS, GCP</li> </ul> --- <h2>πŸ” Why Use This App?</h2> <ul> <li>πŸ₯ <strong>AI-Powered Healthcare Insights:</strong> Get data-driven medical predictions.</li> <li>βš•οΈ <strong>Enhances Patient Care:</strong> Supports doctors and patients in making informed decisions.</li> <li>πŸ’‘ <strong>Real-Time Recommendations:</strong> Provides immediate AI-assisted insights.</li> <li>⏳ <strong>Saves Time:</strong> Automates diagnosis and medical recommendations.</li> <li>πŸ”¬ <strong>Empowers Medical Research:</strong> Helps in early disease detection and prevention.</li> </ul> --- <h2> Docker Deployment</h2> <p>This project is <strong>Docker-first</strong>. Docker ensures that the model can run in any environment without worrying about Python versions, dependencies, or system settings.</p> ```bash docker pull abhaysingh71/ai-powered-healthcare-system docker run -p 8501:8501 abhaysingh71/ai-powered-healthcare-system ``` <h3>βœ… Why Docker?</h3> <ul> <li>Environment-independent deployments</li> <li>Fast setup and teardown</li> <li>Easy to host on cloud (AWS, GCP, Azure)</li> <li>Reproducibility for teams and CI/CD pipelines</li> </ul> <h2>🌐 Docker hub</h2> <ul> <li><strong>DockerHub</strong>: <a href="https://hub.docker.com/r/abhaysingh71/ai-powered-healthcare-system">https://hub.docker.com/r/abhaysingh71/ai-powered-healthcare-system</a></li> </ul> <h2>πŸ“œ License</h2> <p> This project is licensed under the <strong>MIT License</strong>. Feel free to use, modify, and contribute! </p> --- <h2>πŸ“¬ Contact Us</h2> <p>Have questions or need support? Reach out to us at:</p> <ul> <li>πŸ“§ <a href="mailto:[email protected]">[email protected]</a></li> </ul> --- <h2>🌐 Connect With Me</h2> <p align="center"> <a href="https://github.com/abhaysingh71711" target="_blank">πŸ™ GitHub</a> | <a href="https://www.linkedin.com/in/abhay-singh-050a5b293/" target="_blank">πŸ”— LinkedIn</a> | <a href="https://x.com/AbhaySingh71711" target="_blank"> 🐦 Twitter</a> </p>

Health & Fitness Knowledge Bases & RAG
20 Github Stars