microsoft / RAG_Hack

Hack Together: RAG Hack | Register, Learn, Hack
MIT License
402 stars 84 forks source link

Project: Exodia AI Agent #141

Open shyshin opened 2 months ago

shyshin commented 2 months ago

Project Name

Exodia

Description

Exodia is an AI Agent that can answer general knowledge information, recommend movies and sing songs.

There are 3 Nodes that work for the whole AI agent:

Exodia Master Node
Movies Worker Node
Music Worker Node

The Master Node manages the rest of the nodes and leverages their domain specialty for movies and music.

The Movies Worker Node and Music Worker Node leverage RAG for content generation:

  1. Movies Worker recommends movies based on relevance of the movies to the user query.
  2. Music Worker generates AI covers based on music samples that are relevant to user query.

Data Sources:

  1. For Movies dataset, we leveraged data from IMDB.
  2. For Music, music samples were taken from Wikipedia audio and Free Music covers on SoundCloud.

The application is a generic app that can be mostly used for entertainment. It is aimed at mostly young people.

Technology & Languages

Project Repository URL

https://github.com/shyshin/Exodia

Deployed Endpoint URL

https://huggingface.co/spaces/KleinPenny/Exodia

Project Video

https://www.loom.com/share/7e25de9136a54dc3a6f559234fe2415e?sid=4b980832-d413-4420-bb9c-023c592f90a3

Team Members

shyshin,Kleinpenny

multispark commented 1 month ago

Hello @shyshin, thank you for participating in RAG Hack!

The team is working hard to distribute badges. Please have each team member fill out this form: aka.ms/raghack/badge-dist

Thank you!

shyshin commented 1 month ago

Thanks a lot for your effort @multispark