Skip to content

gitbuda/infinity

Repository files navigation

Infinity - ranking search engine

Algorithms

  • Normalized bag of words
  • Vector space (TF * IDF)
  • Binary independence

Arhitecture

Infinity Arhitecture

Interfaces

  • Console interface
  • Web interface

Requirements

  • python3

Installation (console interface)

git clone https://github.com/gitbuda/infinity.git
cd infinity
source setup.sh
python console.py

If the above code fails all requirements are listed inside the requirements_console.txt file and have to be manually installed.

Installation (web interface)

docker-compose up -d

About

Ranking search engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published