An open API service indexing awesome lists of open source software.

https://github.com/abhimishra91/jarvis-service

NLP Service to perform text classification. This is the first part of Project Jarvis. This service integrates to the chat-bot service
https://github.com/abhimishra91/jarvis-service

distilbert docker flask machine-learning natural-language-processing nlp python transformers

Last synced: 7 months ago
JSON representation

NLP Service to perform text classification. This is the first part of Project Jarvis. This service integrates to the chat-bot service

Awesome Lists containing this project

README

          

# Jarvis NLP Service

An NLP Project which entails, reading client emails and using that text to classify what task is requested by the client.
This is a rest service for the trained model.
This model will give 3 possible queues for the incoming specified email along with thier probability percentage.

This API will be further connected to other services to facilitate end to end automation. External services can be:

* MS-Teams Bot Framework

Currently the model is using - DistilBERT from the Transformers library. Further details of the Model: