Sup, I’ve been working on this project for the past few months and now it’s finally finished. It’s a MyAnimeList-based anime recommendation system written in Rust. It’s still being trained on the background as I’ve only started the training today in the morning, so tomorrow, the results you get can change.

You can try it out here: https://anote.asudox.dev

Please give feedback!

  • Sho@sh.itjust.works
    link
    fedilink
    arrow-up
    10
    ·
    3 months ago

    Congrats on finishing your project. Great concept, it looks very clean and my eyes appreciate the black background.

    Would it be possible to generate the titles of the anime that go a long with the thumbnails? I ask because some of the thumbnails are in Japanese script, so I can’t tell what whats being recommended unless I click the image.

    • Asudox@lemmy.worldOP
      link
      fedilink
      arrow-up
      7
      ·
      3 months ago

      Yeah sure. The data is already there, I just left that part out since I thought images would be better looking. WIll add them tomorrow!

        • Asudox@lemmy.worldOP
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          3 months ago

          Done. When you hover over the anime cards, the titles will now appear. I am also planning on adding the media type and maybe genres in the future the next time I decide to retrain it as adding a genres column to the table would require all of them to be readded

          • Sho@sh.itjust.works
            link
            fedilink
            arrow-up
            2
            ·
            3 months ago

            Thank you for adding the feature so quickly and explaining how it works!

            I love the idea of genres because sometimes you can be in the mood for watching certain types of anime or wanting to exclude others, this would make the filtering process easier. Keep up the great work.

            • Asudox@lemmy.worldOP
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              3 months ago

              No problem. Though since it was “quick”, it seems like I didn’t do it well and the title overlay and stuff can be messy on different resolutions. Mobile (<800px) is unaffected. I’ll try to fix that as well.