Skip to content

A UI written using Python and Streamlit to display visualizations and make predictions

Notifications You must be signed in to change notification settings

Murigi-Nganga/ds-bootcamp-ui

Repository files navigation

ds-bootcamp-ui

A UI written using Streamlit to display visualizations and make predictions

For the code to run successfully, ensure that you have anaconda installed

Import the virtual environment using this command:

conda env create --file environment.yml

Confirm that the environment has been created:

conda env list

To use the environment (only activated for that session):

conda activate dsstockproject

To run the code:

streamlit run app.py

To deactivate the environment:

conda deactivate

About

A UI written using Python and Streamlit to display visualizations and make predictions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages