Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.83 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.83 KB

ISRO-Project-Heimdall

A stand-alone web-based application 👩‍💻 using Streamlit.io to identify and categorize X-ray bursts.

Visit our deployed webapp here

To setup locally🔧⚙️


Create a virtual environment, using:

virtualenv venv

To activate virtual environment:

source venv/bin/activate

Now, after activating the virtual environment we need to install dependencies used for our project:

pip install -r requirements.txt

To run app 🏃

streamlit run app.py

Demo

First screen has an upload option for uploading .lc files, which will be used to extract data using Astropy, and further will be processed to draw graphs. image

Tadaa 🥳 We are done 🥁

Finally, we have plotted our graphs and tables, with information about them as shown below:

raw_data_input noise_red peaks analysis

Why use our app?

Our web app has some beautiful dynamic graphs that are interactive, means draggable and scrollable. It also display coordinates on hovering, making the analysis very easy.
gif

Made with ❤️ by Luminaires