You can access the web application here 🌐.
Clone the repository to your local machine:
git clone https://github.com/adityapanchal10/maternal-risk-app.git
conda create -n newenv python=3.9
Activate the newly created environment:
conda activate newenv
Then, update the environment using 'env.yml' if you prefer conda:
conda env update -n newenv -f env.yml
OR install using 'requirements.txt' if you prefer pip:
pip install -r requirements.txt
Navigate to the directory containing '0_Home.py' and execute the following command:
streamlit run 0_Home.py
Once the application is running, you can access it in your web browser by navigating to http://localhost:8501. This will allow you to interact with the HealthyMom app, explore its features, and analyze the predictions and contributions of each feature to the predictions for individual samples.