Skip to content

yummy-group/yummy-spam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

12th_OPEN_SW_DEV_CONF

this is 12th Open SW Developer Conference

note

  • sudo apt-get install mysql-server
    mysql 설치(데이터베이스 관리)

  • sudo apt-get install python-dev default-libmysqlclient-dev python3-dev
    python3 설치

  • sudo pip3 install mysqlclient
    python3과 mysql연동

  • sduo pip3 install -e django/
    django 설치(웹 프레임워크 )

  • sudo python3 manage.py makemigrations common

  • sudo python3 manage.py migarte
    내부 데이터 베이스와 연동

  • pip install requests

  • pip install beautifulsoup4
    html 호출 및 편집 라이브러리

  • pip install langdetect
    언어 관리 처리

  • pip install numpy
    벡터 편집 라이브러리

  • pip install scipy

  • pip install -U scikit-learn
    SVM 학습 라이브러리

  • pip install tensorflow
    딥러닝 학습 라이브러리

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published