Repository for computer programming class (2024-2)
|
├─ speech_recognition
| ├─ init.py # speech_recognition api setting
| ├─ ...
├─ translation
| ├─ init.py # translation api setting
| ├─ ...
| run.py # to do - running speech_recognition, translation
conda create -n cp_env python=3.10 -y
conda activate cp_env
pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu124
# HJ, SW
# pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu121
# YJ
# pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu118
git clone https://github.com/choibigo/computer_programming.git
cd computer_programming
pip install -r requirements.txt
# pip install accelerate>=0.26.0
python run.py
- 유혁준
- 최대원
- 류승완
- 전영재
Check | Data | Content | Presenter |
---|---|---|---|
✔ | 11월 26일 | Paper review | 혁준, 승완 |
- | 12월 03일 | Weekly progression | 미정 |
- | 12월 10일 | Weekly progression | 미정 |
- | 12월 17일 | Final presentation | 대원, 영재 |
- | 12월 24일 | Personal report | X |