Skip to content

jeffrobot/GDG_Yonsei_MLWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDG Yonsei ML Workshop: 본인 만의 Chatbot App 만들기

Reflex + Groq API를 활용하여 본인만의 챗봇을 만들어봅시다.

Getting Started

GROQ API key가 필요해요! https://groq.com/ 에서 api key를 만듭시다.

1. Repo 클론하기.

git clone https://github.com/jeffrobot/GDG_Yonsei_MLWS.git

2. 환경 생성하기

python -m venv gdgenv

for WindowOS

gdgenv\Scripts\activate

For MacOS

source gdgenv/bin/activate

3. 필요한 Package 가져오기

pip install -r requirements.txt

3. APP Run하기

Initialize and run the app:

reflex init
reflex run

About

GDG @ Yonsei ML Workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published