All Projects → zddhub → Opensse

zddhub / Opensse

Licence: other
Open Sketch Search Engine- 3D object retrieval based on sketch image as input

Projects that are alternatives of or similar to Opensse

Fess
Fess is very powerful and easily deployable Enterprise Search Server.
Stars: ✭ 561 (-36.47%)
Mutual labels:  search, search-engine
Manticoresearch
Database for search
Stars: ✭ 610 (-30.92%)
Mutual labels:  search, search-engine
Algoliasearch Client Php
⚡️ A fully-featured and blazing-fast PHP API client to interact with Algolia.
Stars: ✭ 565 (-36.01%)
Mutual labels:  search, search-engine
Instantsearch Ios
⚡️ A library of widgets and helpers to build instant-search applications on iOS.
Stars: ✭ 498 (-43.6%)
Mutual labels:  search, search-engine
Minisearch
Tiny and powerful JavaScript full-text search engine for browser and Node
Stars: ✭ 737 (-16.53%)
Mutual labels:  search, search-engine
Resin
Hardware-accelerated vector-based search engine. Available as a HTTP service or as an embedded library.
Stars: ✭ 529 (-40.09%)
Mutual labels:  search, search-engine
Typesense
Fast, typo tolerant, fuzzy search engine for building delightful search experiences ⚡ 🔍 ✨ An Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch.
Stars: ✭ 8,644 (+878.94%)
Mutual labels:  search, search-engine
Open Semantic Search
Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
Stars: ✭ 386 (-56.29%)
Mutual labels:  search, search-engine
Riot
Go Open Source, Distributed, Simple and efficient Search Engine; Warning: This is V1 and beta version, because of big memory consume, and the V2 will be rewrite all code.
Stars: ✭ 6,025 (+582.33%)
Mutual labels:  search, search-engine
Search cop
Search engine like fulltext query support for ActiveRecord
Stars: ✭ 660 (-25.25%)
Mutual labels:  search, search-engine
Pisa
PISA: Performant Indexes and Search for Academia
Stars: ✭ 489 (-44.62%)
Mutual labels:  search, search-engine
Blast
Blast is a full text search and indexing server, written in Go, built on top of Bleve.
Stars: ✭ 934 (+5.78%)
Mutual labels:  search, search-engine
Lucene Solr
Apache Lucene and Solr open-source search software
Stars: ✭ 4,217 (+377.58%)
Mutual labels:  search, search-engine
Better Search
Better Search WordPress plugin
Stars: ✭ 9 (-98.98%)
Mutual labels:  search, search-engine
Opensearchserver
Open-source Enterprise Grade Search Engine Software
Stars: ✭ 408 (-53.79%)
Mutual labels:  search, search-engine
Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (-35.33%)
Mutual labels:  search, search-engine
Maryam
Maryam: Open-source Intelligence(OSINT) Framework
Stars: ✭ 371 (-57.98%)
Mutual labels:  search, search-engine
Dbreeze
C# .NET MONO NOSQL ( key value store embedded ) ACID multi-paradigm database management system.
Stars: ✭ 383 (-56.63%)
Mutual labels:  search, search-engine
Elasticsuite
Smile ElasticSuite - Magento 2 merchandising and search engine built on ElasticSearch
Stars: ✭ 647 (-26.73%)
Mutual labels:  search, search-engine
Search Ui
🔍 A set of UI components to build a fully customized search!
Stars: ✭ 24 (-97.28%)
Mutual labels:  search, search-engine

OpenSSE: Open Sketch Search Engine Build Status

![Gitter](https://badges.gitter.im/Join Chat.svg)

Hello everybody!

I'm very interested in Mathias Eitz's works on SIGGRAPH 2012, so I developed OpenSSE, Just for fun.

This is an open source sketch search engine for 3D object retrieval based on sketch image as input. In fact, it can retrieve more, such as images, videos, point cloud models and volume models, you just need get their line drawing images than I know you can.

In order to clearly show how to work, I used single thread and ascii encoding for file storage.

Zhang Dongdong

Demo powered by OpenSSE

This demo deals with 3D mesh models. See more search results, click demo videos.

Sketch search demo

Recognize input sketch image, you can try it via web version. See more search results, click demo videos.

Sketch recognize demo

Interesting demo

Note: The below demos are NOT powered by OpenSSE, but I think they share the same field. And also I am very interested in them, so list here:

How to install

After installed OpenSSE's dependency - OpenCV 3.0.0+, You can compile and install it like below:

mkdir release && cd release
cmake ..
make
make install

OpenSSE Wiki

More detail info, go to OpenSSE Wiki

Todo List

  • [ ] Recognize sketch
  • [ ] Speed up train steps
  • [ ] Support big image set

Thanks

License

Apache License, Version 2.0

Contact me

If you have any question or idea, please email to me.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].