A crop growing season, price and yield prediction web app made using machine learning. This is only a demo model so predirctions may not be so accurate
- TypeScript
- JavaScript
- CSS
- Python
- HTML
- React
git clone https://github.com/lhcee3/Crop-Pred-MLWebApp.git
cd Crop-Pred-MLWebApp
npm install
├── Advanced_Crop_Prediction_and_Analysis_2024.xlsx
├── backend
│ ├── Advanced_Crop_Prediction_and_Analysis_2024.xlsx
│ ├── main.py
│ ├── requirements.txt
├── index.html
├── package.json
├── postcss.config.js
├── requirements.txt
├── scripts.js
├── src
│ ├── App.tsx
│ ├── index.css
│ ├── main.tsx
│ ├── vite-env.d.ts
├── style.css
├── tailwind.config.js
├── tsconfig.app.json
├── tsconfig.node.json
├── vite.config.ts
Instructions on how to use the project.
We welcome contributions! Here's how you can contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for checking out Crop-Pred-MLWebApp! If you find it useful, consider giving it a star on GitHub! Open to Contribution also!