Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.37 KB

README.md

File metadata and controls

55 lines (31 loc) · 1.37 KB

PythonStreamlitPandasNumPyRequests

FRANCIS STORE STREAMLIT DASHBOARD📉

image

This project invoved building a dashboard using streamlit. Data was sourced from an API . Here is the api documentation.

Find the live streamlit dashboard here

To clone the repo, use;

git clone https://github.com/franciskyalo/streamlit_dashboard.git

Set up a virtual enviroment;

# On macOS and Linux
python3 -m venv venv

# On Windows
python -m venv venv

Activate the virtual enviroment using;

# On macOS and Linux
source venv/bin/activate

# On Windows
.\venv\Scripts\activate

Install dependencies using;

pip install -r requirements.txt

Run the streamlit app;

streamlit run app.py