Pinned Repositories
BardAPI-LLM
This repository hosts a Jupyter notebook that demonstrates the seamless integration of the Bard API with the LangChain library. By leveraging the capabilities of both platforms, we've crafted a custom Language Learning Model (LLM) that allows users to harness the power of Bard within the LangChain ecosystem.
BookMindAI
BookGPT is an advanced book analysis tool that provides comprehensive insights into any book. Dive deep into plot points, character relationships, themes, motifs, and more!
Chat-with-Llama-2-70b
This project provides a user-friendly chat interface for the Llama2 70B Chatbot using the Gradio library.
DataPulse
This is a Streamlit app that allows users to upload CSV, Excel, or JSON files and view their contents using pandas. It also provides the ability to run queries on the uploaded data using the OpenAI API.
GDrive-Folders-organizer
This Jupyter notebook helps organize files in a Google Drive directory based on their file extensions. Files will be sorted into predefined categories depending on their types (documents, multimedia files, code files, etc.).
LangchainAI-TelegramBot
The LangchainAI-TelegramBot is an AI-driven bot on Telegram. It uses the OpenAI API, including the GPT-3 model for text generation and the DALL-E model for image generation. It also incorporates various tools for web search, Wikipedia search, and advanced mathematical problem-solving.
LLAMALangChainDemo
Welcome to the LLAMA LangChain Demo repository! This project showcases how to utilize the LangChain framework and Replicate to run a Language Model (LLM). The code in this repository replicates a chat-like interaction using a pre-trained LLM model.
plugins-quickstart-via-activity
Get a ChatGPT plugin with Gist logging and Gradio visualization up and running in under 15 minutes!
Recognition-emotions-of-Zelenskyi
Ukr-Books-ChatGPT-Plugin
The Ukr-Books-ChatGPT-Plugin is a Python-based plugin designed to enhance the capabilities of OpenAI's ChatGPT model by integrating it with Ukrainian literature. The plugin fetches, processes, and formats Ukrainian literature data, allowing ChatGPT to generate responses based on this data.
Illia-the-coder's Repositories
Illia-the-coder/Ukr-Books-ChatGPT-Plugin
The Ukr-Books-ChatGPT-Plugin is a Python-based plugin designed to enhance the capabilities of OpenAI's ChatGPT model by integrating it with Ukrainian literature. The plugin fetches, processes, and formats Ukrainian literature data, allowing ChatGPT to generate responses based on this data.
Illia-the-coder/DataPulse
This is a Streamlit app that allows users to upload CSV, Excel, or JSON files and view their contents using pandas. It also provides the ability to run queries on the uploaded data using the OpenAI API.
Illia-the-coder/BardAPI-LLM
This repository hosts a Jupyter notebook that demonstrates the seamless integration of the Bard API with the LangChain library. By leveraging the capabilities of both platforms, we've crafted a custom Language Learning Model (LLM) that allows users to harness the power of Bard within the LangChain ecosystem.
Illia-the-coder/LangchainAI-TelegramBot
The LangchainAI-TelegramBot is an AI-driven bot on Telegram. It uses the OpenAI API, including the GPT-3 model for text generation and the DALL-E model for image generation. It also incorporates various tools for web search, Wikipedia search, and advanced mathematical problem-solving.
Illia-the-coder/GDrive-Folders-organizer
This Jupyter notebook helps organize files in a Google Drive directory based on their file extensions. Files will be sorted into predefined categories depending on their types (documents, multimedia files, code files, etc.).
Illia-the-coder/LangChain-to-Telegraph
An AI-powered content generator that utilizes OpenAI's GPT-3 model via the LangChain API to create articles, format them into HTML, and publish them on Telegraph. This serves as an automated content creation and publishing tool, making the power of AI accessible to content creators and publishers.
Illia-the-coder/Nonogram
Python code for a nonogram puzzle game using Pygame. It includes information on game mechanics, art and audio assets, technical requirements, and gameplay flow. The code includes functions for displaying text and shapes, checking progress, and handling user events such as mouse clicks and key presses.
Illia-the-coder/RecipeGenie
DishMaster generates unique recipes and images based on ingredients and type of dish. Share your creations with a Telegraph post, all powered by AI.
Illia-the-coder/Csv_agent
Illia-the-coder/Image-Classifier-Comparison
This application allows you to compare the performance of various image classifiers available on the Hugging Face Hub. You can upload an image, and the application will display the top k predictions for each model, along with a bar chart of the mean scores for each label across all models.
Illia-the-coder/MonoExtractor
This Python project uses the Monobank API to retrieve banking statement data and perform analysis.
Illia-the-coder/Physics_telegram_to_notion
Аналізатор історії групової бесіди Telegram - Аналізуйте та візуалізуйте історію вашої групової бесіди за допомогою цього коду на Python. Створює сторінки Telegraph з зображеннями та відповідність дат з планом уроків. Отримайте структурований огляд історії вашої групової бесіди. Ідеально для вчителів або учасників групової бесіди.
Illia-the-coder/Recognition-emotions-of-Zelenskyi
Illia-the-coder/School-lib-tg-bot
A web scraping tool for extracting information from the website ukrlib.com.ua using aiohttp and requests_html. The data is organized into classes, authors, and books, including bios, book summaries, and audio links. The information is stored in a JSON file and is intended to be used in other applications.
Illia-the-coder/Telegraph-Export-Plugin
This ChatGPT plugin allows users to easily export text to Telegraph. With just a few simple commands, users can convert their text into beautifully formatted articles on Telegraph.
Illia-the-coder/VertexAIChatModelDemo
This repository showcases the implementation of a chat model using Google Cloud's Vertex AI. The code is presented in a Jupyter Notebook environment and demonstrates how to set up, interact with, and customize a pre-trained chat model.
Illia-the-coder/WikiSumm
A simple Flask app that retrieves information from Wikipedia. Users can enter a query and select a language. The app returns a summary of the relevant Wikipedia page, limited to 5 sentences, and a list of related pages. In case of disambiguation, options are presented. Error messages are displayed for any errors.
Illia-the-coder/plugins-quickstart-via-activity
Get a ChatGPT plugin with Gist logging and Gradio visualization up and running in under 15 minutes!
Illia-the-coder/chat-ui1
Illia-the-coder/ChatCSV-Llama2-Chatbot
ChatCSV bot using Llama 2, Sentence Transformers, CTransformers, Langchain, and Streamlit.