> For the complete documentation index, see [llms.txt](https://virs.lucaspar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://virs.lucaspar.com/master.md).

# VIRS

{% hint style="info" %}
GitHub: <https://github.com/lucaspar/virs>

GitBook: <https://virs.lucaspar.com>
{% endhint %}

## Getting started

**Shell 1 - run containers**

```bash
docker-compose up
```

**Shell 2 - run interactive shell**

```bash
docker-compose run web bash

# run migrations
./manage.py makemigrations
./manage.py migrate
```

**Access localhost:8000**

## **Implemented Features**

* Upload of custom collection
* Inverted Index visualization
* Vector Space Model representation
* Search by cosine similarity
* PageRank scores by iteration step
* PageRank visual representation

{% content-ref url="/pages/-LTcsce5a-HY4nMRCES3" %}
[Gallery](/virs.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LTctj7Zfgdupmzjz0yq" %}
[Tasks](/other-tasks.md)
{% endcontent-ref %}
