All Projects → jina-ai → Examples

jina-ai / Examples

Licence: apache-2.0
Jina examples and demos to help you get started

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Examples

aicloud-examples
Примеры distributed machine learning с помощью сервиса AICloud
Stars: ✭ 24 (-87.03%)
Mutual labels:  examples, tutorials
Go Packages
A large repository of code and documented examples for Go's standard package library.
Stars: ✭ 467 (+152.43%)
Mutual labels:  examples, tutorials
Tesseract
A set of libraries for rapidly developing Pipeline driven micro/macroservices.
Stars: ✭ 20 (-89.19%)
Mutual labels:  examples, tutorials
goodcode
A curated collection of annotated code examples from prominent open-source projects
Stars: ✭ 184 (-0.54%)
Mutual labels:  examples, tutorials
Sketchup Ruby Api Tutorials
SketchUp Ruby API Tutorials and Examples
Stars: ✭ 105 (-43.24%)
Mutual labels:  examples, tutorials
flytesnacks
Flyte User-Guides and Tutorials - https://flytecookbook.readthedocs.io
Stars: ✭ 39 (-78.92%)
Mutual labels:  examples, tutorials
Vulkandemos
Some simple vulkan examples.
Stars: ✭ 413 (+123.24%)
Mutual labels:  examples, tutorials
godot-practice-shaders
Some practice shaders in Godot
Stars: ✭ 79 (-57.3%)
Mutual labels:  examples, tutorials
Lis Ynp
🔮 Life is short, you need PyTorch.
Stars: ✭ 92 (-50.27%)
Mutual labels:  examples, tutorials
Haxejs
Documentation about using JavaScript with Haxe
Stars: ✭ 25 (-86.49%)
Mutual labels:  examples, tutorials
haxeunity
Documentation about using Unity (c#) with Haxe
Stars: ✭ 16 (-91.35%)
Mutual labels:  examples, tutorials
Learn Tensorflow Sharp
TensorflowSharp tutors and examples.
Stars: ✭ 120 (-35.14%)
Mutual labels:  examples, tutorials
awesome.gl
棒棒哒攻略:Developer's Technical Documents, API References, Code Examples, Quick Starts, Programming minutebooks, and Tutorials. https://awesome.gl
Stars: ✭ 12 (-93.51%)
Mutual labels:  examples, tutorials
tutorials
All of our code examples and tutorials
Stars: ✭ 62 (-66.49%)
Mutual labels:  examples, tutorials
GeoStatsTutorials
GeoStats.jl tutorials
Stars: ✭ 49 (-73.51%)
Mutual labels:  examples, tutorials
Romaniancoderexamples
Java / SpringBoot / Angular examples for the Romanian Coder YouTube channel
Stars: ✭ 353 (+90.81%)
Mutual labels:  examples, tutorials
Learningx
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
Stars: ✭ 241 (+30.27%)
Mutual labels:  examples, tutorials
Manual Testing
This repository contains the General Test Cases for performing Manual Testing on the Web/Mobile application. It also has Test cases related to API Testing. Templates related to Test Plan and BugBash are also updated.
Stars: ✭ 134 (-27.57%)
Mutual labels:  examples, tutorials
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+2575.68%)
Mutual labels:  examples, tutorials
Gopherlabs
The Ultimate Workshop Track for #golang Developer
Stars: ✭ 106 (-42.7%)
Mutual labels:  examples, tutorials

Examples for Jina

Table of Contents

These examples showcase Jina in action and provide sample code for you to work from. We suggest you read Jina 101 and What is Neural Search? to get a conceptual overview.

❗If you'd like to run our examples on Windows, please follow this instruction.

To learn more about how to use Jina, please refer to our docs.

🐣 Simple Examples

📄

Semantic Wikipedia Search with Transformers and DistilBERT

Brand new to neural search? See a simple text-search example to understand how Jina works

📄

Add Incremental Indexing to Wikipedia Search

Index more effectively by adding incremental indexing to your Wikipedia search

📄

Search Lyrics with Transformers and PyTorch

Get a better understanding of chunks by searching a lyrics database. Now with shiny front-end!

🖼️

Google's Big Transfer Model in (Poké-)Production

Use SOTA visual representation for searching Pokémon!

🖼️

Object detection with fasterrcnn and MobileNetV2

Detect, index and query similar objects

🎧

Search YouTube audio data with Vggish

A demo of neural search for audio data based Vggish model.

🎞️

Search Tumblr GIFs with KerasEncoder

Use prefetching and sharding to improve the performance of your index and query flow when searching animated GIFs.

🚀 Advanced Examples

📄

Index and query with FAISS

Build a vector search engine that finds the closest vector in the database to a query.

🖼️📄

Cross Modal: Search images from captions and vice-versa

Use one modality (text) to search another (images)

🖼️📄

Multi-Modal: Search images with 2 modalities in the query

Use more than one modality (image+text) to search images

🗂️

Build complex logic, structures and filters with Query Language

Create separate indexes and queries for different clothing in Fashion-MNIST

Community Examples

Want to add your own example? Please check our guidelines!

📄

Financial Question Answering Search

Opinionated QA passage retrieval with BERT-based reranker

Adding Tests for Examples

You are highly encouraged to add a test for your example so that we will be alerted if it breaks in the future:

  1. Put your test data in the tests folder. The test data can be a few text sentences, images or audio samples
  2. Create test_[your_example].py in the tests folder. Add your test cases to the tests file with meaningful asserts depending on example input and output
  3. Run the test locally to confirm before pushing with pytest
  4. Add your example folder name to the path variable in matrix of .github/worflows/ci.yml. This will trigger your example test on creating a pull request.

Testing Tips

  • For reference, check out the tests folder from South Park example if your data is about text and object search example for images.
  • Try using the original example function by importing them to the test. Avoid any modifications to original Flow or logic.
  • Use the pytest fixture tmpdir for temporary directory

Community

  • Slack channel - a communication platform for developers to discuss Jina
  • LinkedIn - get to know Jina AI as a company and find job opportunities
  • Twitter Follow - follow us and interact with us using hashtag #JinaSearch
  • Company - know more about our company, we are fully committed to open-source!

License

Copyright (c) 2021 Jina AI Limited. All rights reserved.

Jina is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

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].