babara2 / FlirtBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 68.6%Language:CSS 27.2%Language:JavaScript 2.5%Language:HTML 1.5%Language:Shell 0.2%