Code Monkey home page Code Monkey logo

faq-virtual-agent's Introduction

faq-virtual-agent

Pre-requisite

The app requires python3 to be installed in the machine as the programming language used is Python

Installation Guide

Once the python is installed, install all the dependencies by running the below command.

pip3 install -r requirements.txt

Steps to be followed

FAQ Virtual Agent can be built by following below steps.

  1. Select a development environment of your choice
  2. Explore and analyse the dataset - Refer the file faqs.csv
  3. Cleanse and get the noise-free data
  4. Compute embeddings for the dataset - sentence or word embeddings
  5. Preprocess the user query
  6. Compute embeddings for user query
  7. Compare and compute similarity score to find a best match
  8. Look up the dataset for displaying answer of a best matched query
  9. Precomputed embeddings can be persisted for later use
  10. Servers and webframeworks can be leveraged for servicing the request as REST API - optional step

Build your faq virtual agent in 5 minutes

  1. Run Jupyter notebook for quick changes and experiments
  2. Run virtual_agent.py to start the virtual agent on interactive mode. It also auto-trains the virtual agent for the first time on the dataset faqs.csv

faq-virtual-agent's People

Contributors

balaji-munusamy avatar

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.