STAC-IITMandi / xray-burst-detection

For InterIIT Tech Meet 10.0 (2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MP_ISRO_T3

This repository contains the submission for ISRO's Mid-Prep event at Inter-IIT tech Meet 10.0 Written by Team 3

To run the source code :

  1. Clone the repository or Extract the submitted ZIP file
  2. You will need an installation of Python 3.7 or newer
  3. From the terminal/command line, cd into the root folder of the repo
  4. Create a virtual environment, python3 -m venv ./venv
  5. Activate the venv, source ./venv/bin/activate on *nix or venv\Scripts\activate.bat on CMD
  6. Install the required libraries, pip3 install -r requirements.txt
  7. Entrypoint : Run python3 app.py
  8. This will start a flask webserver on port 5115. You can open the website in your browser at http://localhost:5115/

About Design of the server / web app

Please refer to inline comments/documentation in the code

About Design of the statistical model

Please refer to our submitted report

About

For InterIIT Tech Meet 10.0 (2022)


Languages

Language:Python 47.3%Language:HTML 36.8%Language:JavaScript 13.2%Language:CSS 2.7%