This application uses deep learning to classify diseases based on symptoms provided by the user.
- Python 3.7 or higher
- Dependencies listed in
requirements.txt
-
Clone the repository:
git clone https://github.com/vivekmenonm/symptom-to-disease.git -
Install the required dependencies using the
requirements.txtfile: -
Run the application using
streamlit run app.py: -
Open your web browser and visit the following URL:
-
In the web interface, enter the symptoms in the text area and click the "Predict" button to see the predicted disease based on the provided symptoms.
-
You can modify the model architecture or hyperparameters in
training.ipynbto improve the accuracy or adjust the behavior of the model. -
To customize the title and favicon, you can change the values in the
st.set_page_config()function inapp.py.
This project is licensed under the MIT License.