Desktop-Assistant-using-Python
How to run:
- Create a new virtual environment
conda create -n assistant python=3.10
- Checkout the created virtual environment
conda env list
- Activate the virtual environment
conda activate assistant
- 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
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.