Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.4 KB

README.md

File metadata and controls

53 lines (42 loc) · 1.4 KB

SKKU 2020 spring 41 class

team3

Product price and news information system

Team member

2016310978 강승룡
2017313172 고성현
2017313114 김지우
2017314749 유민종
2014312692 이병건
2014313003 최현우

github structure

team3┐
     ┣ docs ┐
            ┣ proposal.pptx
            ┣ proposal.pdf
            ┣ Design_specification_spring2020_team3.pdf
            └ requirement_specification_spring2020_team3.pdf
     └ src  - newShop   ┐
                        ┣ Auth (로그인 관련)
                        ┣ Display (홈페이지 관련)
                        ┣ NewShop
                        └ manage.py

module dependency (how to run)

pip install django
pip install django-extensions
pip install pandas
pip install requests
pip install bs4
pip install numpy
pip insatll torch torchvision # For Linux
pip install torchtext
python3 -m pip install konlpy # For Linux
python -m pip install -U matplotlib
pip install WordCloud

python manage.py runserver

For Pytorch see here. For KoNLPy see here.


Example Screen

image