- pip install -r requirements.txt
- python manage.py migrate
- python manage.py runserver
You need to store the key and endpoints for Azure configuration in the shell variable before running server.
export NER_KEY={Your Azure Text Analysis Key}
export NER_ENDPOINT={Your Azure Text Analysis Endpoint}