RAG_Hack
RAG_Hack copied to clipboard
Project: Exodia AI Agent
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:
- Movies Worker recommends movies based on relevance of the movies to the user query.
- Music Worker generates AI covers based on music samples that are relevant to user query.
Data Sources:
- For Movies dataset, we leveraged data from IMDB.
- 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
- [ ] JavaScript
- [ ] Java
- [ ] .NET
- [X] Python
- [ ] AI Studio
- [ ] AI Search
- [ ] PostgreSQL
- [X] Cosmos DB
- [ ] Azure SQL
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
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!
Thanks a lot for your effort @multispark