Skip to content

Anhduchb01/VirtualAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIRTUAL ASSISTANT

Download model và lưu vào thư mục models

https://drive.google.com/drive/folders/1bXWAUECZk4NdOJSXMxKR8UyKQRRJkA0w?usp=share_link

Tạo môi trường python

  • Dùng Conda

    • Tạo môi trường :
    conda create -n env python==3.10
    • Activate môi trường :
    conda activate env
    • Install thư viện :
    pip install -r requirements.txt
  • Dùng venv

    • Tạo môi trường :
    python3 -m venv env
    • Activate môi trường :

    Window

    env\Scripts\activate.bat

    Linux

    source env/bin/activate
    • Install thư viện :
    pip install -r requirements.txt

Run app

cd streamlit
streamlit run main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published