Giter Site home page Giter Site logo

irdanish11 / seq2seq-urduchatbot Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 5.0 17.72 MB

A Sequence to Sequence Model Implementation of Urdu Natural Language Processing

Batchfile 0.65% Python 84.02% HTML 1.99% CSS 10.47% JavaScript 2.87%
urdu chatbot urdu-chatbot seq2seq-urdu-chatbot urdu-nlp sequence-to-sequence-urdu-chatbot

seq2seq-urduchatbot's Introduction

Seq2Seq-UrduChatBot

A Sequence to Sequence Model Implementation of Urdu Natural Language Processing. Below is the link to download the windows installer. Make sure to install the prequisites before installing. After Installation run the app by the Icon from the desktop and after 40 seconds referesh the page which is opened in your browser.

  • Urdu Chatbot Windows App Windows app will not work if your tensorflow 1.13 installed using virtual environment, for that you have to download the source from Github. We will add environment support soon!
  • Download Checkpoints Download the checpoints folder and paste in the main directory of the chatbot.

seq2seq-chatbot

A sequence2sequence chatbot implementation with TensorFlow. Here are some responses.

To run this program successfully the following requirements mustbe fullfilled. Anaconda with Python 3.6 or higher Tensorflow Version 1.13.1

  1. Anaconda. Download Anaconda from https://www.anaconda.com/distribution/ Install Anaconda

  2. Tensorflow 1.13.1 If you already installed the anaconda and tensorflow. Check version of your Tensorflow Installation. Open Anaconda Prompt and write 'python' and hit enter. Python command line interface will open. In there write following python lines to check your version of Tensorflow.

    import tensorflow as tf print(tf.version) If the result is 1.13.1 then you are good to go. Just Double Click the 'Urdu Virtual Assistant' icon on your desktop. If the webpage is not loaded wait for 20 seconds and reload the page or hit the F5 key.

    If the version of your Tensorflow Installation is not 1.0.0 then you have to uninstall your current Tensorflow. Open Anaconda Prompt and write the following command.

    pip uninstall tensorflow

    You will be asked to 'Procees (y/n)?' enter 'y' and hit enter key. After uninstallation enter the following command in Anaconda Prompt to Install Tensorflow 1.13.1

    pip install tensorflow==1.13.1

    and hit enter. After installation Just Double Click the 'Urdu Virtual Assistant' icon on your desktop. If the webpage is not loaded wait for 20-40 seconds and reload the page or hit the F5 key.

Dependencies

The following python packages are used in seq2seq-chatbot: (excluding packages that come with Anaconda)

Relevant papers

  1. Sequence to Sequence Learning with Neural Networks

  2. A Neural Conversational Model

  3. Neural Machine Translation by Jointly Learning to Align and Translate (Bahdanau attention mechanism)

  4. Effective Approaches to Attention-based Neural Machine Translation (Luong attention mechanism)

seq2seq-urduchatbot's People

Contributors

irdanish11 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

seq2seq-urduchatbot's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.