Git Product home page Git Product logo

technoserve / caju-dashboard Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 155.44 MB

The Satellite Dashboard is a remote sensing dashboard created to map satellite growing areas in Benin.

Home Page: https://cajuboard.tnslabs.org/

License: MIT License

Python 28.24% HTML 13.91% CSS 28.91% JavaScript 2.41% SCSS 26.44% Dockerfile 0.04% Shell 0.04%
django docker folium googleearthengine machine-learning python3

caju-dashboard's Introduction

Caju-Dashboard

The Satellite Dashboard is a remote sensing dashboard created to map satellite growing areas in Benin, using satellite imagery and machine learning algorithms. The dashboard will help field teams improve operations and policy makers make better decisions

GitHub PyPI - Python Version Maintenance Website

Requirements (Prerequisites)

Tools and packages required to successfully install this project. For example:

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/TechnoServe/Caju-Dashboard-v2.git
$ cd Caju-Dashboard-v2

Create a virtual environment to install dependencies in and activate it:

$ python3 -m venv env
$ source env/bin/activate

Then install the dependencies:

(env)$ pip install -r requirements.txt

Note the (env) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up previously.

Once pip has finished downloading the dependencies, run migrations with following command:

(env)$ python3 manage.py migrate --skip-checks

Then, create a .env file in the root of the project with following content:

TIMES=2

#Dashboard DB credentials
NAME='YOUR DATABASE NAME HERE'
USER='YOUR DATATBASE USERNAME HERE'
PASSWORD='YOUR DATABASE USER PASSWORD HERE'
HOST=YOUR DATABASE SERVER HOSTNAME HERE
PORT='YOUR DATABASE SERVER PORT HERE'

#CAJU-APP credentials
SQL_HOSTNAME=''
SQL_USERNAME=''
SQL_PASSWORD=''
SQL_DATABASE=''
SSH_HOSTNAME=''
SSH_USER=''

#SMTP
EMAIL_HOST='YOUR EMAIL SERVER HOSTNAME HERE'
EMAIL_HOST_USER='YOUR EMAIL ADDRESS HERE'
EMAIL_HOST_PASSWORD='YOUR EMAIL PASSWORD HERE'
EMAIL_PORT=YOUR EMAIL SERVER PORT HERE

#AWS
PKEY=''

#ALTEIA
ALTEIA_USER=""
ALTEIA_PASSWORD=""

#GOOGLE EARTH ENGINE
PRIVATE_KEY=""

#PROJECT SECRET KEY
SECRET_KEY="YOUR SECRET KEY HERE"

SERVER_URL="YOUR SERVER URL HERE. ex:http://127.0.0.1:8000/"

Note: A request will have to be made to support to obtain the missing data in the .env file.

(env)$ python manage.py runserver

And navigate to http://127.0.0.1:8000/.

Screenshots

Screenshots of projects

Screenshots of projects

caju-dashboard's People

Contributors

jigsig avatar sean-ig avatar ulrichcodjia avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.