인공지능 기반의 오늘의 주요 뉴스 기사 알리미 사이트/챗봇입니다.
Today_topic Server installation
====================================
We also support Windows OS, but we recommend Ubuntu OS.
To set up python: http://www.python.org
$ sudo apt-get install python3
$ git clone https://github.com/cau-boys/today_topic.git
$ cd today_topic
## Please create a virtual environment and install Python package. ##
$ virtualenv -p python3 myvenv
$ . myvenv/bin/activate
$ pip install -r requirements.txt
$ cd today_topic/today_topic
$ python manage.py runserver
- Issue Tracker: https://github.com/cau-boys/today_topic/issues
- Source Code: https://github.com/cau-boys/today_topic
If you want to contribute to HML, be sure to review the contribution guideline. This project adheres to HML's code of conduct. By participating, you are expected to uphold this code.
We use GitHub issues for tracking requests and bugs.
MIT license

