A simple certificate management GUI using MongoDB. Integrated with ChatGPT to perform autofilling of certificate details.
Certhq-Demo-2.mp4
- Frontend : HTML, CSS, JS, Bootstrap
- Backend : Flask
- Database : MongoDB
-
Personal OpenAI API keys. Sign up here. Click on View API Keys and paste the key in the
fetch_text.py
file -
Tesseract OCR engine. Get it here. Set the path of executable file in
fetch_text.py
-
Python
-
Necessary packages (check requirements.txt) :
pip install -r requirements.txt
- Clone the repository and navigate to the folder
- Install the required python packages (Check previous section)
- Run
main.py