Skip to content

Latest commit

 

History

History
82 lines (43 loc) · 1.64 KB

File metadata and controls

82 lines (43 loc) · 1.64 KB

Optimizing Agricultural Production Using ML

This Project will help us to make better choices the appropriate crop for the soil based on several factors.

Authors

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

requirements.txt

Procfile

Features

  • you can see a dynamic visualization
  • prediction
  • Fullscreen mode

Badges

MIT License GPLv3 License AGPL License

Feedback

If you have any feedback, please reach out to us at here

Installation

Install my-project with pip

  pip install my-project
  cd my-project

Screenshots

11.png

22.png

33.png

44.png

Usage/Examples

# About me
@app.route('/about', methods=['GET'])
def about():
    return render_template('about.html')

Running Tests

To run tests, run the following command

   python app.py

Contributing

Contributions are always welcome!