This if my first post :). I've only learned python for 5 months without any other coding experience. I've written a python script runs on terminal just fine. The script is used to acquire data, depend on the input data it will ask questions (print output), and base on question and answer (input) I gave it to, it will give next question until come out of the result (report). Now I wanted to migrate the script onto the web with flask, with several days searching on the net trying to find a method to replace terminal interface with something like chatterbot for showing output(questions) and give answers(input), but not sure if chatterbot the right way because it is for AI, not manual condition. Some enlightenment is really helpful, thanks!
Asked
Active
Viewed 48 times