Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.19 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.19 KB

Fashion-Reader

image

Task 💻

Online clothing shopping assistant for the visually impaired 🗣️

Members 👨‍👩‍👧‍👦

| 권태양 | 류재희 | 박종헌 | 신찬엽 | 오수지 | 이현규 | 정익효 | 조원 | 최유라 |

More Info ❓

Setup

1) Data Crawling

$ cd 01_Data
$ pip install -r requirements.txt
$ bash run.sh

2) Training VQA Model

$ cd 03_VQA_Model
$ python3 train.py

3) Training QA model

$ cd 04_QA_Model
question_intention_clf.ipynb

4) Run API Server

$ cd 02_RestAPI_server
$ pip install -r requirements.txt
$ bash run.sh

5) Run APP Server

$ cd 05_App