Semestral project for the BI-VWM (Searching the web and multimedial databases) subject, summer semester 2020/2021 by Daniel Bukač ([email protected]) and Matěj Latka ([email protected]).
The project is hosted at https://lsi-vector.krupizde.eu.
Documentation and results are provided in ./docs/docs.md or at https://lsi-vector.krupizde.eu/about
If you want to install the project locally, please follow these steps:
- Install Docker and Docker Compose
- Clone the repository with SSH
git clone [email protected]:latkamat/lsi-vector-model.git
or with HTTPS
git clone https://gitlab.fit.cvut.cz/latkamat/lsi-vector-model.git
- Go to the project directory
cd lsi-vector-model
- Run container(s) normally
docker-compose up
or in the background
docker-compose up -d
- Open http://localhost:5000 in browser and enjoy :slight_smile:
In the lsi-vector-model
directory, run
docker-compose down