🐢 Full-stack AI legal assistant app
-
Github Pull 진행
1-1. clonegit clone <repository_url>
1-2. 경로 이동
cd <repository_name>
-
venv(가상환경) 설정
2-1. 설치 codepython -m venv venv
2-2. 실행 code
source venv/bin/activate
-
PIP(패키지) 설정
3-1. pip 업그레이드python -m pip install --upgrade pip
3-2. pip 설치
pip install gradio requests python-dotenv langchain-upstage langchain-core
-
Gradio 실행
python shelter_gradio.py
-
Github Pull 진행
1-1. clonegit clone <repository_url>
1-2. 경로 이동
cd <repository_name>
-
venv(가상환경) 설정
2-1. 가상환경 생성conda create -n shelter_env python=3.10 -y
2-2. 가상환경 실행
conda activate shelter_env.
-
PIP(패키지) 설정
3-1. pip 업그레이드python -m pip install --upgrade pip
3-2. pip 설치
pip install gradio requests python-dotenv langchain-upstage langchain-core
-
Gradio 실행
python shelter_gradio.py