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: 12 months ago
JSON representation

Certifications from Coursera

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 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/](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
```

## 📺 Majestic Coding on YT

[![YouTube](https://img.shields.io/badge/Subscribe-Majestic_Coding-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@majesticcoding/videos)