A collection of medical AI models for various healthcare diagnostics and analysis.
- Description: AI model for detecting pneumonia from chest X-ray images
- Data Source: Kaggle Chest X-Ray Dataset
- Tech Stack:
- FastAPI
- CNN Model
- Python 3.x
- Description: ML model for breast cancer prediction
- Data Source: Kaggle Breast Cancer Dataset
- Tech Stack:
- FastAPI
- Machine Learning
- Python 3.x
- Description: System for analyzing medical symptoms
- Data Source: Kaggle Medical Symptoms Dataset
- Status: In development
- RESTful APIs with FastAPI
- Health check endpoints
- Model service architecture
- Error handling and logging
- Docker support
- Clone the repository:
git clone https://github.com/your-organization/MedHive-ModelHive.git- Choose the desired model directory
- Follow the specific README in each project directory
Each project provides API documentation at the /docs endpoint when running locally.
These APIs are intended for research purposes only and should not be used as a substitute for professional medical diagnosis.
Check LICENSE File