Skip to content

kenrhe/passtheturing

Repository files navigation

Pass the Turing

The Turing Test with Movie Subtitle Data

Getting Started

As the name implies, the Alan Chatbot returns human-like responses when the user converses with it. We wanted to make a bot where the user wouldn't be sure if they were talking to a human or a computer when conversing with our bot. We created a database of movie scripts by using regular expressions on movie subtitles, which found the questions and answers for us. The user input is then checked if it fully matches a question, if it matches an answer (in case the user types a statement), and then if it partially matches a question if all else fails.

Built With

  • Python - Extensive use of Python for Flask, Scraping, and more!
  • Flask - The micro web framework we used
  • Pymongo - NoSQL database
  • Twilio - Used Twilio SMS!

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages