Btech Project on Load and Price forcasting.
Inside data
folder:
- load_scrap.py scraps day wise load data of Delhi from SLDC site and stores it in csv format.
- whether_scrap.py scraps day wise whether data of Delhi from wunderground site and stores it in csv format.
- get_real_time_img.py downloads real time load curve from SLDC site.
Inside server
folder:
Django website code.