You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RAG-based question answering chatbot using Deep Lake, LangChain, and GPT-3.5. This project builds a chatbot that retrieves relevant information from text datasets using vector embeddings and generates context-aware answers via GPT-3.5 Turbo. Includes a Streamlit app for a user-friendly interface.
Unlock the potential of AI-driven solutions and delve into the world of Large Language Models. Explore cutting-edge concepts, real-world applications, and best practices to build powerful systems with these state-of-the-art models.
DrakeLLM is developed to help students to solve the issue of making notes from videos, books and others. Utilising RAG, Drake helps in making quick notes along with a Q&A bot. Books, YouTube tutorials or Videos, Drake supports all your means.
This Python script downloads a YouTube video, transcribes its audio content, and generates a summary of the transcription using language modeling techniques.
This Python code retrieves an article from a provided URL, extracts its title and text, and then utilizes the ChatOpenAI library (assuming access) to generate a bulleted summary using the GPT-4 model.
LLMs are deep learning models with billions of parameters that excel at a wide range of natural language processing tasks. They can perform tasks like translation, sentiment analysis, and chatbot conversations without being specifically trained for them