This project is an interactive web page to visualize and predict whether a person has suspected diabetes based on 22 signs. It includes several trained machine learning models and has a user-friendly interface. The web page is developed using Streamlit library and is hosted on streamlit.Cloud hosting platform
Visit the website: https://mlrgrkotov.streamlit.app
- Clone the Git repository
- Restore the dependancies using
pip install -r requirements.txt - Run web application using
streamlit run hub.py
- Validate the performance of machine learning models and metrics by loading your own dataset.
- Prediction of diagnosis based on user-defined indicators.
Created by Kotov Sergey Vladimirovich, a student of OmSTU, Faculty of FIT&CS, Department of PM&FI, direction of study "Fundamental Informatics and Information Technologies", student group FIT-222 as a report on calculation-and-graphic work on the discipline "Machine Learning and Big Data". Year of 2024.