Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 1004 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 1004 Bytes

Project title: EntertAIn Me


Project description: EntertAIn Me is an AI text generator that lets users choose a show from our list of eight, choose a character, and enter a line for that character to say. The AI will then generate a conversation excerpt for the user based on the dialogue format of the show.
About the Team
Our team is a student cohort of six that were beginners/ intermediate users of Python and html. We are now bosses at both.

Data Collection
We used the webscraping method to collect data for Avatar, Arthur, Adventure Time, and The Simpsons from each of their respective fanwiki pages.
We also used a data library called Kaggle to collect data for The Office, Seinfeld, Spongebob, and Futurama.

Type of Model and Technical Stack
We used: - `Python` to build the model, - Pandas for data wrangling, - Flask for building the website, - Beautiful Soup to get datasets from webscraping, - and aitextgen for creating our TV show models