Installation Guide
- Install Python 3.11.12
- Create VirtualEnvirnment using command (python3 -m venv venv)
- Activate Environment (source venv/bin/activate)
- Install Dependencies (pip3 install -r requirement.txt)
- Run Server (python3 PredictiFire-π₯/manage.py runserver)
- Done !!!




