Skip to content

Charlieranderson/FlirtBot

Repository files navigation

FlirtBot

Created by Charlie, Ammar, Leila, Teddy

This is a bot that is meant to seduce you, prepare yourselves.

How to run our bot: Open terminal, cd into the folder that contains this project, and run the command:

python baebot.py


List of libraries used: NLTK ast pickle vaderSentiment random


FlirtBot seq2seq model

Dependencies:

Use pip to install any missing dependencies

Usage:

To train the bot, edit the seq2seq.ini file so that mode is set to train like so

mode = train

then run the code like so

python execute.py

To test the bot during or after training, edit the seq2seq.ini file so that mode is set to test like so

mode = test

then run the code like so

python execute.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published