An open API service indexing awesome lists of open source software.

https://github.com/ajinkyataranekar/certificate-generator


https://github.com/ajinkyataranekar/certificate-generator

Last synced: 2 months ago
JSON representation

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
![ScreenShot](https://github.com/AjinkyaTaranekar/Team-GSBeta/blob/master/Screencast%20from%20Sunday%2013%20October%202019%2011:55:02%20%20IST.webm)

## ScreenShots
* Certificate used

![ScreenShot](https://github.com/AjinkyaTaranekar/Team-GSBeta/blob/master/certificate.png)
* Output

![ScreenShot](https://github.com/AjinkyaTaranekar/Team-GSBeta/blob/master/out_file1.png)
![ScreenShot](https://github.com/AjinkyaTaranekar/Team-GSBeta/blob/master/out_file2.png)
![ScreenShot](https://github.com/AjinkyaTaranekar/Team-GSBeta/blob/master/out_file3.png)
![ScreenShot](https://github.com/AjinkyaTaranekar/Team-GSBeta/blob/master/out_file4.png)
![ScreenShot](https://github.com/AjinkyaTaranekar/Team-GSBeta/blob/master/out_file5.png)
![ScreenShot](https://github.com/AjinkyaTaranekar/Team-GSBeta/blob/master/out_file6.png)

## Authors

* **Abhishek Singh Baghel**
* **Ajinkya Taranekar**
* **Ritik Gandhi**
## License

This project is licensed under the SGSITS.

## Acknowledgments

* Special thanks to Google CLoud vision api and Geeks For Geeks
* Inspiration from Version Beta 2k18 winner