Web extension that identifies named entities in a webpage and labels them. Named entities are color coded on the webpage with different color highlights.
Clone the repository on a local machine. To get the extension working, you need an installation of Python 3.
In the root directory, install the required Python packages to run the API by running,
pip install -r ./api/requirements.txtNote that the API runs on the Django web framework. Once all dependencies are installed, the API server can be started with,
python ./api/manage.py runserverThe extension has to be added to chrome before it can be used on any websites. To do this, go to the extensions page in a chrome-based browser (this is a strict requirement) and turn on developer mode. The ./extension directory can then be loaded into chrome as an extesion which will show up in your toolbar.
The extension can be activated by opening the popup page and clicking the big button in the center. Ensure the API server is running before activating the extension.