aiwannafly / semantics-analysis-system

System of several deep learning networks responsible for terms extraction, terms classification and relations retrieval.
0 stars 0 forks source link

Installation

First, make sure you have poetry installed on your computer. If you don't have poetry, then install it by running:

pip install poetry

Second, install the project:

poetry install

Third, run the project:

poetry run python run_analysis.py

Example

image