Skip to content

This repository showcases the usage of GenAI to chat with Media Contant enhancing user's experience.

License

Notifications You must be signed in to change notification settings

pavanjava/Conversational_Media_Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This repository assume you have all the prerequisite software

instructions to run the code

  • git clone [email protected]:pavanjava/Conversational_Media_Platform.git
  • pip install -r requirements.txt
  • create a file with .env and keep two key-value pairs named qdrant_api_key, qdrant_url
  • open main.py and change the value of youtube_url
  • then run main.py

you can start conversation with your media content

  • Enter your query [type 'bye' to 'exit']: how is search performed on vector embeddings ?
  • bot: Each piece of data is represented as a vector, and your query is also converted into a vector representation. Quadrant then calculates how similar the query vector is to every data vector, surfacing the closest matches in the entire dataset.

About

This repository showcases the usage of GenAI to chat with Media Contant enhancing user's experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages