Hello, there! We are Tanumbotics—a Jollibee Farmer Entreprenuership Program (FEP) sponsored team of Computer Science and Engineering students dedicated to develop an application to help small-scale farmers in the Philippines. Our project is UmaBOT, an crop monitoring system using drones, web, and Android technologies.
This repository contains the source codes of the web application for UmaBOT, a crop monitoring system drone. This repository is under MIT license. Please read the LICENSE file for more details.
Make sure you have Python installed properly. To run the server on localhost:
$ git clone [email protected]:Tanumbotics/UmaBOT-Web.git
$ cd UmaBOT-Web
$ pip3 install -r requirements.txt
$ python3 manage.py migrate
$ python3 manage.py collectstatic
$ python3 manage.py runserver
If you need our help or just something you need to ask about us, feel free to e-mail the above-mentioned and we will be glad to respond to your request.
© 2017-2018 Tanumbotics. All Rights Reserved