You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used Streamlit, NLTK, and Deep Learning to create a basic app where users can input the data they want to train a chatbot model on. The app then trains the model and returns it along with the necessary files to run and test the model. My goal was to make the steps simple for the user.