Skip to content

This project invoved building a dashboard using streamlit. Data was sourced from an API

Notifications You must be signed in to change notification settings

franciskyalo/streamlit_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project invoved building a dashboard using streamlit. Data was sourced from an API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages