23
Jina - Cloud-Native Neural Search Framework for Any Kind of Data
So recently when I was scrolling ๐๐ GitHub I stumbled across a repo called jina-ai
which was a cloud neural search framework for any kind of data.
When I saw the use cases of jina I was surprised, first of all it supported all kinds of data types ranging from text documents ๐๐ to videos ๐ท to pdf and all that you can imagine.
Secondly it was based in Cloud โ๏ธโ๏ธโ๏ธ and you don't have to set up a complex local environment just install jina
through pip and you are good to go.
And lastly, everything is done for you so you don't waste your time to design the pattern for search ๐ or get the system ready.
All that is good but what are some real world apps buit with jina
Made by Linden Chiu
lindentree / jubilee
Jina X Hackathon project
So what this app does is that they have created a dataset of songs with Lyrics from www.azlyrics.com
and used Jina to index it for semantic search. Then the user can type in whatever they're thinking about and get songs with lyrics that hold similar meanings to what they typed.
Not the best Implementation but preety Impressive.
Made by Jinkang
jinkang-0 / HTC-Jinaviard
A project made during the HackTheCloud event.
This Guy made an Entire Text Based RPG Game ๐ฎ๐ฎ using jina
The important aspect of this game is that the story entierly changes when you make a slightest change in the choices which makes the game so interesting.
Well there are many more but this were the best I could find,and I would really like to learn jina and use that in real life applications.
23