Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

프로젝트 이름

이 프로젝트는 Flask와 React를 사용하여 AI 기반 Q&A 서비스를 제공합니다.


Backend

의존성 설치 및 실행

cd backend
# Linux/macOS
python3 -m venv venv && source venv/bin/activate
# Windows
python3 -m venv venv && venv\Scripts\activate

pip install -r requirements.txt
python3 prepare_embeddings.py
python3 app.py

Frontend

의존성 설치 및 실행

cd frontend
pnpm install
pnpm dev

추가 정보

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages