karndeb / NLP-Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLP As A Service

NLP As A Service Demo

This project is a sample demo of NLP as a service platform built using FastAPI and Hugging Face. The use cases are related to chatbot automation services.

Features

  • Next Query Recommendation
  • Query Expansion
  • Fallback Reduction

Requirement

Please add AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID in the helpers.py file under app/library

Installation & Usage

$ git clone https://github.com/karndeb/NLP-Service.git
# change the directory
$ cd NLP-Service
# install packages
$ pip install -r requirements.txt
# start the server
$ uvicorn app.main:app --reload --port 8000

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details

About

License:GNU General Public License v3.0


Languages

Language:Python 53.2%Language:PowerShell 16.7%Language:HTML 16.7%Language:JavaScript 4.2%Language:CSS 4.1%Language:C 3.9%Language:Batchfile 1.2%