Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 2.21 KB

README.md

File metadata and controls

48 lines (26 loc) · 2.21 KB

Yuno

yuno.mp4

Table of Contents

  1. Introduction
  2. Try Yuno
  3. How Yuno was created?
  4. References

Introduction

Yuno is a context based search engine that indexes over 0.5 million anime reviews and other anime informations. To help you find anime with specific properties. This search engine will help people of r/AnimeSuggest who are looking for specific type of anime to watch.

This search engine was created to solve the problem of finding an object with specific properties and the object in this case is anime. But this search engine can be easily extended to any domain like books,movies,etc. Without the need of any kind of handcrafted dataset.

you can watch more about Yuno in this video more in this video: https://www.youtube.com/watch?v=w9NflYMPPtM


Try Yuno (Both notebooks has UI)

  1. Kaggle Notebook (Recommended notebook)
  2. Colab Notebook

Creation

All the details about how Yuno was created and everything related is in the following article.

Below are the few kaggle notebooks that you can look into to learn more about the creation of Yuno:

  1. Anime Search Visualization This notebook contains interactive visualization of all reviews plotted from 1280D -> 2D using T-SNE. anime reviews

  2. Yuno Models This notebook contains all the information about training Yuno with it's parameters.

References

  1. This dataset was used as initial starting point.