연세대학교에서 진행하는 AI사피엔스 대회 프로젝트
https://www.youtube.com/watch?v=Ox97uzMy71I
사용한 파이썬 버전: 1.13
요구사항: Gemini key, 파이썬 1.13 가상환경, 맥OS
- 가상환경 제작(.venv)
- pip install -r requirements.txt로 라이브러리 설치
- UI.py가 있는 폴더에 api_key.txt를 만들고 첫줄에 Gemini API키를 입력
- 가상환경 실행후 UI.py실행
- 종료를 원할땐 /bye입력
팁) 아래와 같이 입력후 .command 파일로 저장하면 사용하기 쉬운 스크립트 파일을 제작할 수 있습니다.
source {가상환경 경로}/.venv/bin/activate
python {폴더 경로}/AI_Sapiens/UI.py
The AI Sapiens Competition Project conducted by Yonsei University
Python version used: 1.13
Requirements: Gemini key, Python 1.13 virtual environment, MacOS
- Create a virtual environment (.venv)
- Install libraries using pip install -r requirements.txt
- Create api_key.txt in the folder containing UI.py and enter your Gemini API key on the first line
- Run UI.py after activating the virtual environment
- To exit, type /bye
Tip) After entering the following, save it as a .command file to create an easy-to-use script file.
source {virtual environment path}/.venv/bin/activate
python {folder path}/AI_Sapiens/UI.py