Skip to content

Dashboard for Advisory's Mentorship website.

License

Notifications You must be signed in to change notification settings

AdvisorySG/mentorship-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit Dashboard

This branch contains the Streamlit dashboard for real-time insights into both mentorship application data and traffic analysis on the mentorship website.

Project Structure

The main script is streamlit-app.py which contains the demo dashboard as well as page configurations. The pages directory contains the scripts for the two pages of the dashboard: application.py and traffic.py.

├── streamlit-app.py    <-- main script
└── pages
    ├── application.py # insights into mentorship application data
    └── traffic.py # traffic analysis on the mentorship website

Getting Started

pip install -r requirements.txt
streamlit run streamlit-app.py
# Access the dashboard by navigating to the provided URL in your web browser.

About

Dashboard for Advisory's Mentorship website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages