Skip to content

Craft374/User-Friendly-AI-Assistant

Repository files navigation

User-Friendly AI Assistant(유저 친화적인 인공지능 비서)

kr

연세대학교에서 진행하는 AI사피엔스 대회 프로젝트

기획서 PDF

https://www.youtube.com/watch?v=Ox97uzMy71I

사용한 파이썬 버전: 1.13

요구사항: Gemini key, 파이썬 1.13 가상환경, 맥OS

사용법

  1. 가상환경 제작(.venv)
  2. pip install -r requirements.txt로 라이브러리 설치
  3. UI.py가 있는 폴더에 api_key.txt를 만들고 첫줄에 Gemini API키를 입력
  4. 가상환경 실행후 UI.py실행
  5. 종료를 원할땐 /bye입력

팁) 아래와 같이 입력후 .command 파일로 저장하면 사용하기 쉬운 스크립트 파일을 제작할 수 있습니다.

source {가상환경 경로}/.venv/bin/activate
python {폴더 경로}/AI_Sapiens/UI.py

en

The AI Sapiens Competition Project conducted by Yonsei University

Python version used: 1.13

Requirements: Gemini key, Python 1.13 virtual environment, MacOS

Usage

  1. Create a virtual environment (.venv)
  2. Install libraries using pip install -r requirements.txt
  3. Create api_key.txt in the folder containing UI.py and enter your Gemini API key on the first line
  4. Run UI.py after activating the virtual environment
  5. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published