A dashboard is a practical tool for developers of agricultural applications that makes a visual representation of Agricultural APIs and weather APIs. This dashboard is built using the python Streamlit library.
- go to the directory where your folder is
- create a virtual environment
cd my-project
virtualenv --python C:\Path\To\Python\python.exe venv
.\venv\Scripts\activate
pip install -r requirements.txt
streamlit run dashboard.py
- git init
- git add .
- git commit -m "message"
- git remote add origin url
- git push origin master