Skip to content

Commit

Permalink
Merge pull request #22 from malakhovks/develop
Browse files Browse the repository at this point in the history
Fix deployment issues and the new app domain
  • Loading branch information
malakhovks authored Jul 9, 2023
2 parents 2672f68 + c22b615 commit 4e75e95
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
6 changes: 4 additions & 2 deletions Dockerfile-docsim
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:lts-buster AS compile-image
FROM node:16-buster AS compile-image
# FROM node:lts-buster AS compile-image

COPY ./ui /app/ui

Expand Down Expand Up @@ -29,7 +30,8 @@ EXPOSE 5000

RUN apt-get -y clean \
&& apt-get -y update \
&& apt-get -y install python-dev \
# && apt-get -y install python-dev \
&& apt-get -y install python3-dev \
&& apt-get -y install build-essential \
&& apt-get -y install unzip \
&& apt-get -y install bzip2 \
Expand Down
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

**docsim/UkrVectōrēs** – An NLU-powered tool for knowledge discovery, classification, diagnostics and prediction.

You can preview a completed latest version of the UkrVectōrēs app here: [https://ukrvectores.ai-service.pp.ua](https://ukrvectores.ai-service.pp.ua)
You can preview a completed latest version of the UkrVectōrēs app here: [https://ukrvectores.e-rehab.pp.ua](https://ukrvectores.e-rehab.pp.ua)

## Donation/Funding

[https://send.monobank.ua/jar/5ad56oNAcD](https://send.monobank.ua/jar/5ad56oNAcD)

## DOI

[![DOI](https://zenodo.org/badge/301062465.svg)](https://zenodo.org/badge/latestdoi/301062465)

## Caution/Disclaimer
## Important note

**Important note:** UkrVectōrēs project and documentation are in active development. For any technical clarifications and questions contact us via email: [[email protected]](mailto:[email protected]) or via Issues. The recent Russian's rocket shelling on critical infrastructure in Ukraine and Kyiv led to the shutdown of the [https://ukrvectores.ai-service.pp.ua](https://ukrvectores.ai-service.pp.ua) server.
UkrVectōrēs project and documentation are in active development. For any technical clarifications and questions contact us via email: [[email protected]](mailto:[email protected]) or via Issues. The recent Russian's rocket shelling on critical infrastructure in Ukraine and Kyiv led to the shutdown of the [https://ukrvectores.e-rehab.pp.ua](https://ukrvectores.e-rehab.pp.ua) server.

## Choose your language / Оберіть мову

Expand All @@ -24,7 +28,7 @@ You can preview a completed latest version of the UkrVectōrēs app here: [https

Сервіс **docsim/UkrVectōrēs** обчислює семантичні відношення між сутностями української мови в рамках обраної дистрибутино-семантичної моделі векторного представлення сутностей.

Ви можете переглянути актуальну версію додатка UkrVectōrēs за посиланнями: [https://ukrvectores.ai-service.pp.ua](https://ukrvectores.ai-service.pp.ua)
Ви можете переглянути актуальну версію додатка UkrVectōrēs за посиланнями: [https://ukrvectores.e-rehab.pp.ua](https://ukrvectores.e-rehab.pp.ua)

### Увага

Expand Down Expand Up @@ -88,11 +92,15 @@ You can preview a completed latest version of the UkrVectōrēs app here: [https
<a name="toc-en"></a>
## docsim/UkrVectōrēs - An NLU-Powered tool for knowledge discovery, classification, diagnostics and prediction.

You can preview a completed latest version of the UkrVectōrēs app here: [https://ukrvectores.ai-service.pp.ua](https://ukrvectores.ai-service.pp.ua)
You can preview a completed latest version of the UkrVectōrēs app here: [https://ukrvectores.e-rehab.pp.ua](https://ukrvectores.e-rehab.pp.ua)

### Donation/Funding

[https://send.monobank.ua/jar/5ad56oNAcD](https://send.monobank.ua/jar/5ad56oNAcD)

### Caution/Disclaimer
### Important note

**Important note:** UkrVectōrēs project and documentation are in active development. For any technical clarifications and questions contact us via email: [[email protected]](mailto:[email protected]) or via Issues. The recent Russian's rocket shelling on critical infrastructure in Ukraine and Kyiv led to the shutdown of the [https://ukrvectores.ai-service.pp.ua](https://ukrvectores.ai-service.pp.ua) server.
UkrVectōrēs project and documentation are in active development. For any technical clarifications and questions contact us via email: [[email protected]](mailto:[email protected]) or via Issues. The recent Russian's rocket shelling on critical infrastructure in Ukraine and Kyiv led to the shutdown of the [https://ukrvectores.e-rehab.pp.ua](https://ukrvectores.e-rehab.pp.ua) server.

### Table of Contents

Expand Down
3 changes: 3 additions & 0 deletions server/deploy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
pdfminer.six==20201018
pandas==1.1.4
gensim==3.8.3
jinja2<3.1.0
itsdangerous==2.0.1
werkzeug==2.0.3
Flask==1.1.2
flask-cors==3.0.9
# ------------------------------------------------------------------
Expand Down

0 comments on commit 4e75e95

Please sign in to comment.