Skip to content

Extending web application from https://github.com/janpasek97/stackoverflow-siamese-network as school project at University of West Bohemia, Faculty of Applied Sciences, Department of Computer Science and Engineering

Notifications You must be signed in to change notification settings

danschnurp/kiv-op

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stackexchange Siamese Posts Search

LaTeX documentation documentation.pdf

How to run:

Look at releases

  • run docker-compose up

  • wait until logstash is finished...

alt_text

  • like this picture above

Create your index with data from archive.org

  • there are scripts for this too!
  • pip install -r ./data/requirements.txt
  • data/main_posts_faiss_indexer.py

usage: main_posts_faiss_indexer.py [-h] -i INPUT_DIR_PATH [-b BATCH_SIZE] [-s STOP_AT] [--offset OFFSET] [-o OUTPUT_DIR_PATH]

What is done?

  • creating scripts for file-based index for similarity search Faiss library and its support in app
  • docker support of the web app

and more...

Details you can see in documentation.pdf

About

Extending web application from https://github.com/janpasek97/stackoverflow-siamese-network as school project at University of West Bohemia, Faculty of Applied Sciences, Department of Computer Science and Engineering

Resources

Stars

Watchers

Forks