ASDI-Global-Hackathon
·132 words·1 min
Plant Here! #
This simple web application (our submission to the 2022 Amazon Sustainability Data Initiaitve Hackathon) allows users to determine what crops would thrive best in their region based on rainfall data and soil pH analyzed with a simple machine learning model.
Frontend (ReactJS) #
Frontend is a very lightweight single webpage built with HTML/CSS, Vanilla JS, and Petite Vue.
Backend (FastAPI) #
Backend is written in FastAPI (more details soon).
Setup Instructions #
- Install the required Python packages
pip install -r requirements.txt
- Run the server inside the
backend
directory
python3 main.py
- And you will see this!
INFO: Started server process [18369]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
Additional Credits #
Floating plant icon created by Andinur on www.flaticon.com.