Skip to content

henrywang1/django-extract-keyword

Repository files navigation

Django Extract Keyword

Demo

This is a Python Django website for Chinese article keyword extraction. This project is done at Taiwan AI Academy.

Demo Site

Local Test

Make sure you have Python installed properly.

$ git clone https://github.com/henrywang1/django_extract_keyword.git
$ cd django_extract_keyword

$ pipenv install
$ python manage.py migrate
$ python manage.py collectstatic
$ python manage.py run server

Features

  1. Extract article keywords
  2. Check Google Trend, and list related words
  3. Django based user interface
  4. Support user defined keyword and stop word

About

A simple Django website for keyword extraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published