This project is for the exploration of GRB features using AI.
It is a pedagogical and research project at the same time
Requirements: Python 3, Jupyter notebook.
Clone the repo:
git clone https://github.com/hashkar/GRB_AI.git
cd GRB_AI
create env
conda env create -f environment.yml
Activate
conda activate <environment-name>