KONLA (Knowledge Organisation through Natural Language Analysis) is being developed as part of the COMP0016 Systems Engineering module at UCL. It aims to provide an effective and easy to use software solution that helps with conducting research, in particular shortening the time and effort of finding relevant research papers.
- whole text summarization
- partial (segment) text summarization
- extraction and display of metadata
- keyword extraction
- extraction and organisation of references
- computation of text metrics (reading time, speaking time)
- README
- Deployment Guide
- User Manual
- Docs
- API
(all are installed using Dockerfile, Docker running Ubuntu:20.04)
- poppler-utils
- python3
- python3-pip
- supervisor
- npm
- redis
- nginx
- en_core_web_trf (language model installed with spacy)
- PyPDF2==1.26.0
- spacy==3.2.0
- redis==4.1.4
- django==4.0.2
- requests==2.27.1
- django-cors-headers==3.11.0
- uwsgi==2.0.20
To run the project locally, download or clone the project from the repositoy. To run, you will need to have docker installed on your machine. Navigate to the project folder, open the terminal and follow these steps to start the production server locally:
docker build -t konla .
docker run -p 443:443 -d konla
Open your browser and navigate to https://127.0.0.1
You should see the application interface. You now can use the UI or the underlying API to analyse your research papers.
Note: Some browsers may block the website due to security issues. For example, Google Chrome may show a message "Your connection is not private", but you can still click "Advanced" and then on the label "Proceed to 127.0.0.1 (unsafe)" to use the app.