M-Zap is a mosquito-borne disease eradication system.It leverages the power of AI and deep learning and built using microsoft azure services.
The first thing to do is to clone the repository:
$ git clone https://github.com/ADITYA97-CODER/mzapp
$ cd mzappCreate a virtual environment to install dependencies in and activate it:
$ virtualenv2 --no-site-packages venv
$ source venv/bin/activateThen install the dependencies:
(env)$ pip install -r requirements.txt # Install all requirements
(env)$ python manage.py makemigrations # Make Database Migrations
(env)$ python manage.py migrate # Migrate ChangesNote the (venv) in front of the prompt. This indicates that this terminal
session operates in a virtual environment set up by virtualenv2.
Once pip has finished downloading the dependencies:
(venv)$ python manage.py runserver- Aditya Ojha - Initial work - ADITYA97-CODER
See also the list of contributors who participated in this project.
if you want to use our application then click
This project is licensed under the MIT License - see the LICENSE file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc