Skip to content

Persian text NER,Sentiment,Classification analyzer by using prepared Pytorch model with Django APP.

Notifications You must be signed in to change notification settings

ghorbani-mohammad/persian-text-analyzer

Repository files navigation

Persian text analyzer

NER, Sentiment, Classification in Persian text by using prepared Pytorch model

Usage

  1. First of all you need to download the prepared models. Each task has it's own model. After downloading them, you should put them into related folders.
  1. Use docker-compose to setup Django container by bellow command:
docker-compose up
  1. Now, Django app is ready to use. Three APIs are available:
  • http://localhost:8040/v1/app/ner/
  • http://localhost:8040/v1/app/sentiment/
  • http://localhost:8040/v1/app/classification/

You should send POST request with text field in the body.

About

Persian text NER,Sentiment,Classification analyzer by using prepared Pytorch model with Django APP.

Resources

Stars

Watchers

Forks