Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lunayach/visner

In the wild extraction of entities that are found using Flair and displayed using a very elegant front-end.
https://github.com/lunayach/visner

angular4 contextual-embeddings deployment entity-extraction explainable-ai flair flair-embeddings flask ner nlp nlp-machine-learning python visualization

Last synced: 4 months ago
JSON representation

In the wild extraction of entities that are found using Flair and displayed using a very elegant front-end.

Awesome Lists containing this project

README

        

# visNER

In the wild extraction of entities that are found using **Flair** and displayed using a very elegant front-end.

### Screenshot

### Setting it up

#### Extractor (The backend)
- Change the directory to ``Extractor``.
- Open a terminal in the directory and do ``pip install -r requirements.txt``. (Recommended in a Python virtual environment).
- That's it, do ``python run.py ``. (By default, it opens the Flask server in the 8500. To run in other port, do ``python run.py --port `` )

#### Angular Frontend
- Open the terminal in the main directory and do ``npm install``.
- Now do, ```ng serve``` in the terminal in the same directory.
- Navigate to `http://localhost:4200/`. visNER is now live there.

#### Credits
[Flair](https://github.com/zalandoresearch/flair)

#### Issues
The project is still in the very early stage. For any feature requests, errors, documentation requests or suggestions, please feel free
to open issues in the repository.

#### Contact
[Mail](mailto:[email protected]) [Twitter](https://twitter.com/mayank_lunayach)