Skip to content

geoffreynyaga/deeptech

Repository files navigation

DeepTech

AI tools for agriculture Build Status

Installation (Linux/WSL)

Install my-project with npm

  pip install virtualenv
  git clone https://github.com/geoffreynyaga/deeptech.git .
  virtualenv venv
  source venv/bin/activate
  pip install -r requirements.txt
  sudo apt-get install binutils libproj-dev gdal-bin 

Setup your postgres database with name "deeptech" and a password of your choosing

  • NB: rename .env.sample to .env and prepopulate the database password with the password you created above
  python manage.py runserver

API Collections

go to http://localhost:8000/swagger/ to view the API documentation

REDIS

sudo apt-get install redis-server
sudo service redis-server restart
pip install celery
chmod -R 777 ./

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published