Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

파이썬 requirements 파일 추가 및 Socket.IO 버전 변경 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

20160553
Copy link

@20160553 20160553 commented Jan 29, 2023

소스 코드를 이용해보려고 하는데, requirements 파일이 없어서 매번 일일히 설치하기가 힘들어서 추가해보았습니다.

다음의 명령어로 패키지를 한 번에 설치할 수 있습니다.

pip install -r requirements.txt

추가로 flask socket.io와 javascript socket.io 버전이 호환되지 않아 javascript socket.io 버전을 변경했습니다.

joblib
pandas
mediapipe
tensorflow
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TensorFlow의 경우 기본적으로 CPU 버전으로 설치되도록 하였습니다.

@20160553 20160553 changed the title 파이썬 requirements 파일 추가 파이썬 requirements 파일 추가 및 Socket.IO 버전 변경 Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant