This project is the initial setup of a neural network aimed at detecting and segmenting forest fires from satelite and drone imagery.
Enter project overview here
- Clone the repository:
git clone https://github.com/alesandraishak/Neural-Networks.git
- Navigate to the repository
cd Neural-Networks
- Set up a virtual python environment
python -m venv env
- create environemtsource env/bin/activate
- activate environment - Install requirements
pip install -r requirements.txt