Name: Shardul Junagade
Roll Number: 23110297
Date: 23 April 2024
Install Python, MySQL and all the python libraries that are mentioned in requirements.txt
file.
The pdf files were first processed and then converted to csv files by using the fitz library, the code for which can be found in pdf_to_csv.py
. The data from these csv file can be loaded into MySQL by using load_csv_to_sql.py
. You will need to put in your MySQL credentials into the file for it to work.
The frontend for the website was created using HTML, CSS, JS and Bootstrap. The backend was created using Flask library of Python. After zipping and extracting the files, insert your MySQL credentials into db.yaml
and then run the main.py
file.