Skip to content

A repository with semestral project from subject BI-VWM at FIT CTU

Notifications You must be signed in to change notification settings

bukacdan/LSI-vector-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsi-vector-model

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]).

Hosting

The project is hosted at https://lsi-vector.krupizde.eu.

Documentation

Documentation and results are provided in ./docs/docs.md or at https://lsi-vector.krupizde.eu/about

Installation

If you want to install the project locally, please follow these steps:

  1. Install Docker and Docker Compose
  2. 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

Running the project

  1. Go to the project directory
cd lsi-vector-model
  1. Run container(s) normally
docker-compose up

or in the background

docker-compose up -d
  1. Open http://localhost:5000 in browser and enjoy :slight_smile:

Stopping the project

In the lsi-vector-model directory, run

docker-compose down

About

A repository with semestral project from subject BI-VWM at FIT CTU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published