Skip to content

entbappy/Desktop-Assistant-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages