Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 887 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 887 Bytes

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