This project is a simple example for NER tagging task in NLP. Based on Natasha library.
You can enter text and get text with tagged entities. Standart named entities are extracted: names, locations, organizations.
The web server is based on Flask framework. By default the application will run on port 5000.