π Coursera Certificates Viewer
This is a Streamlit app that allows you to view your Coursera certificates. The app displays all the PNG images in the img/
directory. It also shows the total number of certificates you have and the unique institutions theyβre from. You can select a certificate from the sidebar, and the selected certificate will be displayed in the main area of the app or view all the certificates in a table.
π Live App
The live app is hosted on Streamlit and can be accessed at https://coursera-certifications.streamlit.app/
Files to Update π
- data.json
- img/ (For PNGs)
How to Run Locally π
pip install -r requirements.txt
streamlit run app.py
Run with Docker π³
docker compose up