Smart Green is a web application that provides real time monitoring of farming fields. It's a dashboard of a 3 layers systems that is connected to a data collection layer, consists of Raspberry Pi and Arduino. The dashboard allows users to visualize in real time data retrieved from the field (forcast and soil properties), it also provides access to a database of historical data, and the most important service is predicting land suitability based on the retrieved data.
- Python 3.8: We used Python for creating the app and the deep learning model (LSTM).
- Django: the app was developed using Django, which is a python based framework.
- Chart.js: For creating plots and charts, we used the Chart.js
Download Bootstrap 4 and Font Awesome and place them under the sg_home\static\
.
pip install pandas tensorflow django uvicorn kafka-python
uvicorn smart_green.asgi:application
Main author: Chems Eddine Senoussi