2016310978 강승룡
2017313172 고성현
2017313114 김지우
2017314749 유민종
2014312692 이병건
2014313003 최현우
team3┐
┣ docs ┐
┣ proposal.pptx
┣ proposal.pdf
┣ Design_specification_spring2020_team3.pdf
└ requirement_specification_spring2020_team3.pdf
└ src - newShop ┐
┣ Auth (로그인 관련)
┣ Display (홈페이지 관련)
┣ NewShop
└ manage.py
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.