-
Clone and enter the code repository:
git clone https://github.com/ninarina12/bond_classifier.git
cd bond_classifier
-
Create and activate the virtual environment for the project:
conda env create -f environment.yml
conda activate elf
-
Run
jupyter notebook
and openprocess.ipynb
to process data by identifying mixed bonds. -
Open
predict.ipynb
to make predictions using the trained models.