This is a Python Django website for Chinese article keyword extraction. This project is done at Taiwan AI Academy.
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
- Extract article keywords
- Check Google Trend, and list related words
- Django based user interface
- Support user defined keyword and stop word