benman1 /
generative_ai_with_langchain
Build production-ready LLM applications and advanced agents using Python, LangChain, and LangGraph. This is the companion repository for the book on generative AI with LangChain.
91/100 healthLoading repository data…
ShridharSingh / repository
This repository is aimed at helping beginners and hobbiests understand how an AI Large-Language Model (LLM) works by providing a starting point to interact with LLMs using Python code.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository creates an LLM chatbot application using the OpenAI API and GPT 5 models.
Users provide their OpenAI API key in a secure .env file and access GPT models in the terminal.
Getting started with AI development can be tricky.
This repository is aimed at helping beginners and hobbiests understand how an AI Large-Language Model (LLM) works by providing a starting point to interact with LLMs using Python code.
Ensure you have the latest version of Python and Visual Studio Code installed
Open a terminal and type the command
git clone https://github.com/ShridharSingh/python-chatbot-demo.git
python.exe -m venv .venv
Tip: See why we create a virtual environment below
pip install requirements.txt
Tip: See why we use requirements.txt below
Create a .env file in the project folder and enter your OpenAI API key as follows:
OPENAI_API_KEY = "sk-xxx"
(replace sk-xxx with your own API key)
python run app.py
Ensure that your OpenAI account has enough credits to converse with models
Virtual environments helps us neatly manage projects and prevent unwanted clashes related to software versions
requirements.txt helps us batch necessary dependencies required for a project and tells python to install these all at once
StreamlitLangChain integrationSelected from shared topics, language and repository description—not editorial ratings.
benman1 /
Build production-ready LLM applications and advanced agents using Python, LangChain, and LangGraph. This is the companion repository for the book on generative AI with LangChain.
91/100 healthunrealandychan /
This is a repository for self learn Python, ALL the content are generated by AI!.
79/100 healthmachinelearningzuu /
"Build Generative AI Apps with LangChain" is a repository that contains a comprehensive framework for building generative AI applications using LangChain, an innovative language modeling platform. This repository includes all the necessary code and documentation to help developers quickly build and deploy generative AI applications
36/100 healthYoubiquitous /
This is the official repository for the examples built throughout Programming Large Language Models with Azure Open AI.
42/100 healthemredeveloper /
This is a repository of agent notebooks that contains studies on how to use various agent libraries with different tools and methods.
70/100 healthThis is an automated software discovery system that uses AI agents to analyze GitHub repositories and identify self-built software running in production environments. Core Purpose The project aims to discover and catalog self-built software without human intervention by: Automatically analyzing GitHub repositories in an organization Classifying ...
67/100 health