Multipred is an innovative online platform designed to provide accessible healthcare information and predictive tools. Our mission is to empower individuals with knowledge and resources to make informed decisions about their health.
Disease Predictions
BMI Calculator
Health Information
Our BMI (Body Mass Index) calculator allows users to:
This project has two main branches:
main
: ML models are stored directly on the website servermain_api
: ML models are deployed as FastAPIs, with results fetched by the website server on requestFollow these steps to run the Multipred project on your local system:
Clone the repository
git clone https://github.com/your-username/Multipred.git
cd Multipred
Set up a virtual environment (optional but recommended)
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
Install dependencies
pip install -r requirements.txt
Set up the database
python manage.py migrate
Create a superuser (optional)
python manage.py createsuperuser
Run the development server
python manage.py runserver
Access the application
Open your web browser and go to http://127.0.0.1:8000/
Note: If you're using the main_api
branch, you'll need to run the FastAPI server separately. Refer to the branch-specific instructions for more details.
While Multipred provides valuable tools and information, it is not a substitute for professional medical advice. Users should always consult with healthcare professionals for accurate diagnoses and personalized treatment plans.
Multipred is continuously evolving. We are committed to expanding our offerings to become a comprehensive medical assistance portal, providing even more tools and services to support our users' health journeys.
We welcome contributions to improve Multipred. If you're interested in contributing, please contact us or check our contribution guidelines.
This project is licensed under the MIT License.