Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyabrain committed Apr 4, 2023
1 parent f6bb56c commit 19a9217
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Feluda

A configurable multimedia and multi modal search engine.
This forms the core of our search services. Since different use cases might require different search capabilities with different trade offs, Tattle Search lets you specify which building blocks you want to use for the purpose and spins a search engine with a corresponding configuration.
A configurable engine for analysing multi-lingual and multi-modal content.


While flexible, we built it to analyse data collected from social media - images,text and video. This forms the core of our search, clustering and analysis services. Since different use cases might require different search capabilities with different trade offs, Feluda lets you specify which building blocks you want to use for the purpose and spins an engine with a corresponding configuration.

## Features
- Support for Vector based embeddings using ResNet models and Sentence Transformers
- Support for hash based search using pHash
- Text extraction from images and indexing into the engine
- Entity extraction from text and images and indexing into the engine

## Contributing
Please create a new Discussion [here](https://github.com/tattle-made/tattle-api/discussions) describing what you'd like to do and we'll follow up.
Expand Down Expand Up @@ -152,4 +156,4 @@ FROM username/repository:tag AS builder

Note that this builder image would need to be rebuilt if there is any change in the dependencies.

v : 0.0.7
v : 0.0.7

0 comments on commit 19a9217

Please sign in to comment.