Repos
39
Stars
0
Forks
0
Top Language
Jupyter Notebook
Loading contributions...
Repositories
39No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
Medical Chabot
No description provided.
No description provided.
No description provided.
No description provided.
This project is a URL Summarizer app using Streamlit, LangChain, and the Groq API. It extracts content from YouTube videos or web pages and summarizes it using the Gemma-7b-It model. Users provide a Groq API key and a URL, and the app validates the inputs, loads the content, and generates a concise 300-word summary.
A chatbot interface using Streamlit that interacts with a SQL database (SQLite in this case) and allows users to query the database using a large language model (Llama3) from Groq
This code sets up a Streamlit chatbot using Groq's LLM and LangChain. It stores conversation history, takes user queries, and retrieves information from Arxiv, Wikipedia, and DuckDuckGo. The chatbot responds in real-time, maintaining context throughout the interaction.
No description provided.
It uses a RAG chain to first retrieve relevant information based on user queries. This information is then combined with the conversation history to generate accurate and context-aware responses. By maintaining a session-based chat history, the bot can understand follow-up questions, making conversations more coherent and engaging.
No description provided.
No description provided.
LeafGuard is a plant leaf disease detection system using Convolutional Neural Networks (CNNs) to accurately diagnose various diseases in plant leaves. 🌱📷 By analyzing leaf images, LeafGuard provides farmers and gardeners with timely information to manage and treat their crops effectively. 🚜🌾
No description provided.
Bitcoin price prediction models and a Trading Bot that sells,buys,holds bitcoin based on predictions and confidence level.
An AI chatbot proficient in parsing through multiple PDF documents to provide accurate answers to user inquiries pertaining to their contents.Capable of analyzing varied documents, it provides accurate information based on the specifics within the files
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
NLP Projects
No description provided.
A food ordering website with login/signup functionality. Browse a curated menu, add items to cart, and securely checkout. Passwords are encrypted.
A food ordering website with login/signup functionality. Browse a curated menu, add items to cart, and securely checkout. Passwords are encrypted using authTokens.