2023-08-14 01:03:01 +07:00
2023-06-24 17:58:44 +07:00
2023-06-24 17:58:44 +07:00
2023-06-24 17:58:44 +07:00
2023-06-24 17:58:44 +07:00
2023-06-24 17:58:44 +07:00
2023-06-24 17:26:55 +07:00
2023-08-14 01:03:01 +07:00
2023-06-24 17:58:44 +07:00
2023-06-24 17:58:44 +07:00

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

  1. Install requirements
    pip install -r requirements.txt
    
  2. Run prepare.py to prepare data
    python prepare.py
    
    Note: You may get HTTP 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:]:
    
  3. Run app.py to start chatbot
    python app.py
    
S
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
Readme Apache-2.0 128 KiB
Languages
Python 100%