Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattmajestic/certifications
Certifications from Coursera
https://github.com/mattmajestic/certifications
ai google-cloud machine-learning meta
Last synced: about 1 month ago
JSON representation
Certifications from Coursera
- Host: GitHub
- URL: https://github.com/mattmajestic/certifications
- Owner: mattmajestic
- Created: 2024-01-21T03:35:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T14:41:34.000Z (11 months ago)
- Last Synced: 2024-02-11T15:52:25.886Z (11 months ago)
- Topics: ai, google-cloud, machine-learning, meta
- Language: Python
- Homepage: https://coursera-certifications.streamlit.app/
- Size: 19.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
## Live App
The live app is hosted on Streamlit and can be accessed at [https://coursera-certifications.streamlit.app/](https://coursera-certifications.streamlit.app/)
## How to Run Locally
1. Clone the repository
2. Install the requirements: `pip install -r requirements.txt`
3. Run the app: `streamlit run app.py`## Made by Majestic Coding
Check out my [YouTube channel](https://www.youtube.com/@majesticcoding/videos) for more cool projects!