Skip to content

ariessetiyawan/An-AI-Chatbot-PrayerTimes-in-Python-and-Flask

Repository files navigation

An-AI-Chatbot-PrayerTimes-in-Python-and-Flask

AI Chatbot Prayer Times with Python and Flask REST API

To get started follow the steps below:

  1. Install a virtual environment by runnning the following
#windows OS
virtualenv chatbotenv
./chatbotenv/bin/activate
  1. Install all the required libraries
pip install nltk numpy keras tensorflow flask sastrawi bs4 scikit-learn

Run the chatbot.py file to create the model

python chatbot.py

Run the APP to create a Flask front end on port 8888 (or any port the app is pointing to)

python app.py

Alt text

Watch the full Tutorial on Youtube

Create AI Chatbot Prayer Times with Python and Flask REST API

About

AI Chatbot Prayer Times with Python and Flask REST API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published