Description
An AI ChatBot that specializes in fitness knowledge.
Features
Can perform body fat, BMI, calorie intake calculations.
Can answer questions about exercise form (ex. ask the bot how to do a pushup)
Installation
pip3 install numpy
pip3 install tflearn
pip3 install tensorflow
pip3 install pickle
pip3 install LancasterStemmer
pip3 install tkinter
To Run
To run the program python3 FitnessBot.py
To retrain the model or update data set, first delete data.pickle,checkpoint and all the model.tflearn.metafiles, then runpython3 Reset_Data.py
.