Git Product home page Git Product logo

falabella's Introduction

Falabella ๐Ÿด

Go Report Card Elasticsearch Golang

Falabella is a content(PDF,PPT,XLSX,CSV etc..) loading and searching software that can be used to rank content based on the given keywords. It uses apache tika to parse the files and load them to a given elasticsearch server which can then be used for searching.

You can run it on Windows,MacOS or Linux (64 bit), download from here

How to run

  • Download the binary from here
  • Create a config.yaml file in the same directory and pass the configurations
services:
  elasticSearch: http://localhost:9200
  apacheTika: http://localhost:9998

# Path for which you want to index the documents
appConfig:
  filePath: ./assets/
  • Run the binary and it will index different kinds of documents (PDF,PPT,XLSX,CSV).

  • Download the elasticvue plugin(or anything similar) from here

  • Goto the plugin and search the keywords.

Running Demo

Flabella example

Setting up ElasticSearch and ApacheTika

For elasticsearch

docker run --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.12.0

For apacheTika

docker run -p 9998:9998 apache/tika:1.26

Usecases

  • Ranking huge number of research papers based on a certain keyword.
  • Seaching for keywords through different kinds of documents and all at once. and more..
  • Rank resume based on certain skills that you want.
  • Use this to find relevant information of a keyword from heterogeneous media types.

Architecture

It stores the content type, metdata and body of the documents and uses goroutines to -

  • Parallely process and parse files.
  • Concurrently loads them to elasticsearch without waiting for all the files to get parsed. If you want to read how elasticsearch rank documents you can read here.

Flabella Arch

Work Left

  1. Add OCR service for dealing with text containing images.
  2. Add a service to deal with audio/video files.
  3. Add tests .

Yash Mehrotra

GitHub followers Twitter URL

if(repo.isAwesome || repo.isHelpful){
    StarRepo();
}

falabella's People

Contributors

yashmeh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

falabella's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.