Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Frontend

Implemented with Flask + JQuery + Bootstrap + Displacy

To start server:

python3 frontend.py

Parameters are set in config.ini:

# host address and port to publich frontend
publish_host 
publish_port 

# host address and port of the server with running Elastic Search instance
es_host
es_port

# host address and port of the server with running Backend, used for real time labeling
backend_host 
backend_port