Ai-Assistant / README.md
dahiya11's picture
Update README.md
c6ae47f verified
metadata
language:
  - en
  - hi
base_model:
  - perplexity-ai/r1-1776
tags:
  - Agent

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