Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksdkamesh99/certificate-generation
Automatic Certificate Generation Using OpenCV
https://github.com/ksdkamesh99/certificate-generation
matplotlib opencv python
Last synced: 23 days ago
JSON representation
Automatic Certificate Generation Using OpenCV
- Host: GitHub
- URL: https://github.com/ksdkamesh99/certificate-generation
- Owner: ksdkamesh99
- License: mit
- Created: 2020-05-05T19:37:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:46:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T20:29:06.938Z (about 1 month ago)
- Topics: matplotlib, opencv, python
- Language: Jupyter Notebook
- Homepage:
- Size: 6.28 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Certificate Generation
## 📌 Introduction
Automatic Certificate Generation using opencv.
## 🎯 Purpose of the Project
As a Student of National Institute of Technology Patna , I usually participate in tech fest every year and at last I used to get Certificate of participation at end. I wondered how they
automatically generate certificates for everyone for vast events each.So I thought to implement of my own by taking my certificate and edited it and generated the certificates using
python and opencv## 🏁 Technology Stack
* [Python]()
* [OpenCV]()
* [Matplotlib]()
* [Numpy]()## 🏃♂️ How to Use:
1. Drop a ⭐ on the Github Repository.
2. Clone the Repo by going to your local Git Client and pushing in the command:```sh
https://github.com/ksdkamesh99/Certificate-Generation.git
```3. Install the Packages:
```sh
pip install -r requirements.txt
```
4.Update the dataset.csv file.5.At last, push in the command
```sh
certificate_generation.py
```6.Go to certificate directory and check for the image and enjoy the application.
7.Screenshots are being displayed in next section
## 📜 Screenshots:
* Folder which contins Certificates.
![images folder](folder.png)
* Command Prompt.
![cmd](cmd.png)
* Final Image.
![final](final.png)## 📜 License:
[MIT](https://github.com/ksdkamesh99/Certificate-Generation/blob/master/LICENSE)