This is the repository for Final Project Submission.
Our topic for the project is "Liver Disease Diagnosis/Prediction using machine learning classifiers".
The group members are: Sagar Jaiswal
Shivansh Raghuwanshi
Shreyansh Jain
The application has been deployed using Streamlit:
[Liver Disease Prediction Application]
-
Activate the conda environment.
conda activate
-
Create a virtual environment using the command..
python -m venv virtualenv
-
Activate the virtual environment using the command:
venv\Scripts\activate
-
Install the libraries from the requirements.txt file.
pip install -r requirements.txt
-
Run the notebook using the command
jupyter notebook
-
To run the streamlit app on localhost, use the command
streamlit run main.py
It should run the application on the default port 8501: https://localhost:8501.