In the wild extraction of entities that are found using Flair and displayed using a very elegant front-end.
- 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, dopython run.py --port <PORT_NUMBER>
)
- Open the terminal in the main directory and do
npm install
. - Now do,
ng serve
in the terminal in the same directory. - Navigate to
https://localhost:4200/
. visNER is now live there.
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.