skybrian /
bot-typist
Chat with an AI bot, but in a Jupyter notebook
Loading repository data…
prtkmhn / repository
An AI bot built on Jupyter Notebook using Retrieval-Augmented Generation for visual question answering. Combines deep learning and NLP to interpret images and provide accurate answers to related questions
Visual-Question-Answering-Ai-Bot-with-RAG: Enlightening Your Images with AI-Powered Answers
Welcome to the Visual-Question-Answering-Ai-Bot-with-RAG, a cutting-edge application designed to bridge the gap between visual content and natural language queries. By leveraging the power of Retrieval Augmented Generation (RAG) and state-of-the-art AI models, this tool provides insightful answers to questions about your images, making every pixel speak volumes.
git clone https://github.com/prtkmhn/Visual-Question-Answering-Ai-Bot-with-RAG.git
cd Visual-Question-Answering-Ai-Bot-with-RAG
pip install -r requirements.txt
python main.py
To get started, simply upload an image and type in your question about it. The AI bot will analyze the image and provide you with an answer based on the visual content.
For example:
Object Detections
Or,

Chatbot Interface
We welcome contributions from the community! Whether it's adding new features, improving documentation, or reporting bugs, your input is valuable.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/prtkmhn/Visual-Question-Answering-Ai-Bot-with-RAG
Selected from shared topics, language and repository description—not editorial ratings.
skybrian /
Chat with an AI bot, but in a Jupyter notebook
Vignesh-1981 /
This Jupyter notebook demonstrates an **Agentic AI Research Paper Summarizer**. It uses a series of agents to parse, section, and summarize academic papers. The output includes key findings, methodology, and metadata like word count and reading time. The system also simplifies language for better readability.
This project provides an automated AI code completer bot based on openAI assistant and chatcompletion API. The bot processes markdown instructions and generates completed code based on the markdown, together with detailed explanations for each completed code block. The notebook is updated with new code and explanations for each code block.
sanskriti067 /
Machine learning projects covering EDA, linear regression, logistic regression, K-Means clustering, CNN binary classification, and an AI excuse bot,built with Python and Jupyter Notebook.
esha-nasar /
Custom bot is a simple Python-based AI project that uses Hugging Face transformer models to provide a conversational chatbot and sentiment analysis tools. It offers an easy way to explore natural language processing with pretrained models through an interactive Jupyter Notebook.