3차 프로젝트가 잘 마무리 되었다.
특히 챗봇 REC 기능은 너무 신기했다.
그리고 다음 주 월요일부터 시작하는 AI 활용 애플리케이션 개발 과정이 기대된다.
새로운 강사님과 또 새롭게 팟팅해야지!
KPT(Keep, Problem, Try)
Keep
- https://pytorch.org/audio/stable/tutorials/audio_resampling_tutorial.html
- https://brightwon.tistory.com/11
Problem
- https://pytorch.org/audio/stable/tutorials/audio_feature_augmentation_tutorial.html
> !pip install SoX 설치
> !apt-get install -y sox 설치
> !apt install libsox-dev 설치해야 코드가 돌아감
- https://github.com/imguru-mooc/AI_NLP
> 멀티모달
> 실습3
> Audio_Representation.ipynb
> Waveform에서
librosa.display.waveshow(audio_file, sr=sample_rate, ax=axs[row][col]) 이걸로 코드 변경
Try
- STFT 확인
- https://pytorch.org/audio/stable/tutorials/audio_feature_extractions_tutorial.html
4L(Liked,Lacked, Learned, Longed for)
Liked
- LLM을 이해하고 프로젝트를 통해 실습에 직접 적용함으로써 개념이 더욱 확고해지는 계기가 마련되었다.
Lacked
- https://github.com/imguru-mooc/AI_NLP
> 멀티모달
> 실습4
> Text encoding process에서
glove_path = './' 로 변경
Learned
- GCD: 최대공약수
Longed for
- 발전된 모습을 보이자!!!!