This Project will help us to make better choices the appropriate crop for the soil based on several factors.
To run this project, you will need to add the following environment variables to your .env file
requirements.txt
Procfile
- you can see a dynamic visualization
- prediction
- Fullscreen mode
If you have any feedback, please reach out to us at here
Install my-project with pip
pip install my-project
cd my-project
# About me
@app.route('/about', methods=['GET'])
def about():
return render_template('about.html')
To run tests, run the following command
python app.py
Contributions are always welcome!