Desktop-Assistant-using-Python

How to run:

  1. Create a new virtual environment
conda create -n assistant python=3.10
  1. Checkout the created virtual environment
conda env list
  1. Activate the virtual environment
conda activate assistant 
  1. Install all the packages present in the requirements file
pip install -r requirements.txt
streamlit run app.py

Required Github Commands

git add .

git commit -m "message"

git push origin main