This repository contains the submission for ISRO's Mid-Prep event at Inter-IIT tech Meet 10.0 Written by Team 3
- Clone the repository or Extract the submitted ZIP file
- You will need an installation of Python 3.7 or newer
- From the terminal/command line,
cd
into the root folder of the repo - Create a virtual environment,
python3 -m venv ./venv
- Activate the venv,
source ./venv/bin/activate
on *nix orvenv\Scripts\activate.bat
on CMD - Install the required libraries,
pip3 install -r requirements.txt
- Entrypoint : Run
python3 app.py
- This will start a flask webserver on port 5115. You can open the website in your browser at
http://localhost:5115/
Please refer to inline comments/documentation in the code
Please refer to our submitted report