An ML powered Electricity Outage prediction tool
You may go through these guidelines and contribute accordingly:
$ git clone https://github.com/<your-github-username>/Elektra.git
$ cd Elektra
$ pip3 install virtualenv
$ virtualenv env -p python
$ source env/bin/activate
(for linux) > env\Scripts\activate
(for Windows PowerShell)$ pip install -r requirements.txt
Go to Elektra\settings.py
and change the username and password of databases as per your own local mysql database. Here is a reference below to where you can find the code:
After changing the username and password, create a database named Elektra
and then continue on to following the steps given below.
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
Akshat Khanna 💻 🖋 |
Unnati Mishra 💻 🖋 |
You can find our Code of Conduct here.
This project follows the MIT License.