A plastic waste predictor in any year starting from 2019
HackNJIT 2023 Submission: https://devpost.com/software/ika
- Go to the
./clientfolder - Run
npm run dev
- Go to the
./serverfolder - Run
cargo run --bin main
For testing purposes, you can view the intiial dataframe used to start the linear regression algorithm.
- Go to the
./serverfolder - Run `cargo run --bin df``