AbhaySingh71
AI-Powered-Healthcare-Intelligence-Network
Jupyter Notebook

The AI-Powered Healthcare Intelligence Network is an AI-driven system offering disease prediction, drug recommendations, heart disease risk assessment, and an AI medical chatbot. Using ML, NLP, and LLMs, it provides accurate diagnoses, insights, and recommendations, enhancing healthcare accessibility, efficiency, and decision-making .

Last updated Jul 6, 2026
22
Stars
8
Forks
0
Issues
+1
Stars/day
Attention Score
57
Language breakdown
Jupyter Notebook 98.1%
Python 1.7%
CSS 0.2%
Dockerfile 0.0%
โ–ธ Files click to expand
README

GitHub Stars Docker Pulls

๐Ÿฉบ AI-Powered Healthcare Intelligence Network

Revolutionizing Healthcare with AI-Driven Predictions, Recommendations, and Insights, Medibot(RAG)
DALLยทE 2025-03-06 19 27 45 - A high-tech AI-driven healthcare system banner


๐Ÿ“Œ About This Project

The AI-Powered Healthcare Intelligence Network 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.

https://github.com/user-attachments/assets/360876dc-551a-498b-ab75-472137fed751

๐Ÿš€ Features

๐Ÿ’ก Disease Prediction & Medical Recommendation

This module uses Machine Learning to predict diseases based on symptoms and suggest the best medical recommendations.

    • โœ… Predicts diseases based on symptoms provided by the user.
    • โœ… Uses RandomForest Classifier for predictions.
    • โœ… Provides recommended treatments and precautions.
    • โœ… Provides medical descriptions, precautions, medication suggestions, and diet recommendations**.

| Screenshot 1 | Screenshot 2 | |---------------------------------|---------------------------------|

๐Ÿ’Š AI-Powered Drug Recommendation

Our AI system uses NLP & Cosine Similarity to recommend alternative medicines based on drug properties.

    • โœ… AI-powered alternative medicine finder.
    • โœ…Utilizes NLP & cosine similarity for accurate drug matching
    • โœ… Matches medicines with similar ingredients.
    • โœ… Ensures safer and more effective drug prescriptions.

| Screenshot 1 | Screenshot 2 | |---------------------------------|---------------------------------|

๐Ÿช€ Heart Disease Risk Assessment

This module uses LightGBM & AI classifiers to assess heart disease risks based on patient history.

    • โœ… Evaluates heart disease risk based on lifestyle and medical history.
    • โœ… Uses machine learning models (LightGBM, EasyEnsemble) for predicting heart disease risk.
    • โœ… Takes inputs like age, BMI, smoking habits, medical history, etc.
    • โœ… Provides a personalized heart risk score with AI-driven recommendations

| Screenshot 1 | Screenshot 2 | |---------------------------------|---------------------------------|

๐Ÿค– Medibot - AI Health Assistant

Our LLM-powered chatbot answers medical queries and provides instant healthcare insights using Hugging Face LLM (Mistral-7B-Instruct).

    • โœ… AI-powered medical chatbot based on Mistral-7B-Instruct.
    • โœ… Retrieves medical information from a FAISS vector database.
    • โœ… Retrieves reliable medical information using RAG (Retrieval Augmented Generation.
    • โœ… Provides fast, relevant, and fact-based healthcare responses.
    • โœ… Provides reliable AI-driven answers to health-related questions.

| Screenshot 1 | Screenshot 2 | |---------------------------------|---------------------------------|


๐Ÿ“‚ Folder Structure

๐Ÿ“ฆ 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

โš™๏ธ Installation & Setup

1๏ธโƒฃ Clone the Repository

git clone https://github.com/AbhaySingh71/AI-Powered-Healthcare-Intelligence-System.git
cd AI-Powered-Healthcare-Intelligence-System

2๏ธโƒฃ Set Up the Virtual Environment

python -m venv venv
source venv/bin/activate  # On macOS/Linux
venv\Scripts\activate  # On Windows

3๏ธโƒฃ Install Dependencies

pip install -r requirements.txt

4๏ธโƒฃ Set Up Environment Variables

Create a .env file and add:

HFTOKEN=yourhuggingfaceapitoken

Ensure it is added to GitHub Secrets when deploying.

5๏ธโƒฃ Run the Application

streamlit run home.py

๐Ÿš€ Deployment on Streamlit Cloud

1๏ธโƒฃ Push code to GitHub

git add .
git commit -m "Initial commit"
git push origin main

2๏ธโƒฃ Deploy on Streamlit


โš™๏ธ Technologies Used

    • Machine Learning: RandomForest, LightGBM, NLP, Cosine Similarity
    • AI & NLP: Hugging Face Transformers, LangChain, FAISS
    • Data Handling: Pandas, NumPy, Pickle
    • Web Framework: Streamlit
    • Visualization: Plotly, SHAP for feature importance
    • Cloud Deployment: AWS, GCP

๐Ÿ” Why Use This App?

    • ๐Ÿฅ AI-Powered Healthcare Insights: Get data-driven medical predictions.
    • โš•๏ธ Enhances Patient Care: Supports doctors and patients in making informed decisions.
    • ๐Ÿ’ก Real-Time Recommendations: Provides immediate AI-assisted insights.
    • โณ Saves Time: Automates diagnosis and medical recommendations.
    • ๐Ÿ”ฌ Empowers Medical Research: Helps in early disease detection and prevention.

Docker Deployment

This project is Docker-first. Docker ensures that the model can run in any environment without worrying about Python versions, dependencies, or system settings.

docker pull abhaysingh71/ai-powered-healthcare-system
docker run -p 8501:8501 abhaysingh71/ai-powered-healthcare-system

โœ… Why Docker?

    • Environment-independent deployments
    • Fast setup and teardown
    • Easy to host on cloud (AWS, GCP, Azure)
    • Reproducibility for teams and CI/CD pipelines

๐ŸŒ Docker hub

๐Ÿ“œ License

This project is licensed under the MIT License. Feel free to use, modify, and contribute!


๐Ÿ“ฌ Contact Us

Have questions or need support? Reach out to us at:


๐ŸŒ Connect With Me

๐Ÿ™ GitHub | ๐Ÿ”— LinkedIn | ๐Ÿฆ Twitter

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท AbhaySingh71/AI-Powered-Healthcare-Intelligence-Network ยท Updated daily from GitHub