To install environment via pip
, follow the steps below:
# Create a virtual environment and activate it
python -m venv jaxbrow
source jaxbrow/bin/activate
# Clone and install BroGNet
git clone https://github.com/BishnoiSuresh/BroGNet.git
pip install BroGNet/requirements.txt
- Navigate to the 'notebooks' directory.
- Generate data by executing the 'spring-data-brow.py' file.
- Train the model by running the 'spring_5BroGNet.py' file.
- Perform a forward simulation by executing the 'spring_5BroGNet-post.py' file.