Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

A RURA CHATBOT

A conversation chabot to server information related to RURA!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

Welcome to our government institution's chatbot! Our chatbot is designed to assist you in finding the information you need on our website. Whether you are looking for information on our services, programs, or resources, our chatbot can help guide you to the right page. Simply type in a keyword or question, and our chatbot will provide you with a list of relevant links. If you can't find what you're looking for, our chatbot will also be able to connect you with a live representative for further assistance. Thank you for choosing our government institution's chatbot as your go-to source for information.

(back to top)

Built With

This section should list all the packages and frameworks used to develop the chatbot.

  • Python
  • Flask
  • Pytorch
  • Gunicorn
  • Flask SQL Alchemy
  • Language Detect/Detect Lang
  • NLTK
  • Numpy
  • Psycopg2

(back to top)

Getting Started

Use the following commands to install and run the chatbot application.

Installation

  1. Clone the repo

    git clone https://github.com/agent87/myChatbotApp.git
  2. Go into the directory

    cd myChatbotApp
  3. Install pip packages

    pip install -r requirements.txt
  4. Start the flask app using gunicorn

    gunicorn app:app

(back to top)

Usage

After running the gunicorn command open your browser at http://127.0.0.1/5000 to interact with the chatbot.

(back to top)

Roadmap

  • Add Database
  • Host on Render
  • Add Language Detect
  • Deploy using Docker
  • Add Voice interaction

(back to top)

Contact

Arnaud Kayonga - @Linkedin - arnauldkayonga1@gmail.com

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)