Skip to main content
  1. Projects/

ASDI-Global-Hackathon

·132 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
I am currently studying Computer Science

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.

image

image

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).

image

Setup Instructions #

  1. Install the required Python packages
pip install -r requirements.txt
  1. Run the server inside the backend directory
python3 main.py
  1. 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.