https://github.com/ajinkyataranekar/certificate-generator
https://github.com/ajinkyataranekar/certificate-generator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajinkyataranekar/certificate-generator
- Owner: AjinkyaTaranekar
- Created: 2019-10-11T17:52:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T06:56:35.000Z (over 5 years ago)
- Last Synced: 2025-02-03T10:34:24.156Z (4 months ago)
- Language: Python
- Size: 1.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Team GSBeta
## Problem Statement:-
### Smart certificate generator
Create an application which takes a certificate template and required data and automatically creates the certificate by understanding the template's content.## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them
* Install python
```
sudo apt-get install python3
python3 --version
```
* Install Pillow```
pip apt-get install pillow
```
* Install Google cloud Vision api```pip install google-cloud-vision
```
* Install email
enable SMTP auth```
pip apt-get install email
```
* Install xlrd```
pip apt-get install xlrd
```
* Install smtplib
```
pip apt-get install smtplib
```### Running
Run this in terminal
```
python certificateGenerator.py
```
## Video
## ScreenShots
* Certificate used
* Output




## Authors
* **Abhishek Singh Baghel**
* **Ajinkya Taranekar**
* **Ritik Gandhi**
## LicenseThis project is licensed under the SGSITS.
## Acknowledgments
* Special thanks to Google CLoud vision api and Geeks For Geeks
* Inspiration from Version Beta 2k18 winner