Skip to content

Fashion-Reader/fashion-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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