-
Notifications
You must be signed in to change notification settings - Fork 3
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
Prod v1.0 #15
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- apache airflow 는 의존성 때문에 충돌이 자꾸 나서 제외했습니다.
- poetry 사용을 위한 서버 스크립트 입니다.
- poetry 가상환경이 프로젝트 디렉토리 내 생기도록 CLI 추가
- 회원가입, 로그인 구현 - todo: 로그인 access-token 을 가지고 DB 에 접속하여 upload 된 video, frame list 가져오기
- S3, DB 연동 - 회원가입, 로그인, Upload, Album list 까지 API 정상 작동 - todo : frontend 와 연동해서 실 테스트 진행 필요
[Feat] 로그인 로직 구현
[FEAT] 로그아웃 기능 구현
- change project directory - change user_router.py - change main.py -> - change main.html -> if you login, you can see email && logout button
- LSTM-AE 학습 및 추론 업데이트
- web 및 model 에서 개발한 사항을 병합한 브랜치입니다.
- ec2 환경을 위한 requirements export
- 모델 서버와 웹 서버 분리 작업
- 실시간 모델 분리보다 웹 서버에서 소켓으로 바로 통신하는 것이 더 빠른 것 같아 수정했습니다.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Change Log
To Reviewer
Issue Tags