Giter Club home page Giter Club logo

jhn_wikipage's Introduction

JHN_WikiPage: 코딩허브 실무과제

  • 개발자: 장하늬

주요 기능

  • 게시글 목록 조회 (posts/)
  • 게시글 상세 조회 (posts/<post_pk>)
    • 제목, 내용, 작성시간
    • 연관 게시글 조회(연관도 높은 순으로 정렬)
  • 게시글 생성 (posts/create)
    • 게시글 생성시 연관 게시글도 동시에 생성됨
  • 연관단어 데이터 및 그래프 생성 (posts/related_words)

프레임워크 및 라이브러리

  • Django 3.2.18

  • Python 3.9

  • 단어 전처리 및 계산

    • Konlpy 0.6.0(명사 위주 단어 분석 위함)
      • JDK 1.7 이상 버전 설치 요함
    • scikit-learn==1.3.2
  • 연관단어 네트워크

    • matplotlib==3.8.2
    • networkx==3.2.1
    • numpy==1.26.2

더미 데이터

  • .gitignore에서 db.sqlite3를 제외하였으므로, 필요시 활용가능.
  • 불필요하다면 sqlite3 삭제 후 migrate하기 바람

jhn_wikipage's People

Contributors

hany0147 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.