mirror of
https://github.com/tiennm99/chatbot-atnvc.git
synced 2026-06-15 18:47:45 +00:00
main
chatbot-atnvc
Chat bot with knowledge of "Anh trai nhân vật chính", a novel from https://ln.hako.vn/sang-tac/8476-kiep-nay-la-anh-trai-cua-nhan-vat-chinh
How to run
- Install requirements
pip install -r requirements.txt - Run prepare.py to prepare data
Note: You may get
python prepare.pyHTTP Error 429: Too Many Requests. Then you can try again later, and skip downloaded chapters, example skip 50 first chapters like:for chapter in chapters[50:]: - Run app.py to start chatbot
python app.py
Description
Chat bot with knowledge of "Anh trai nhân vật chính", a novel from https://ln.hako.vn/sang-tac/8476-kiep-nay-la-anh-trai-cua-nhan-vat-chinh
Languages
Python
100%