Tag: github
-
Enter LangGraph
I finally bit the bullet and tried out LangGraph. LangGraph is a library for building stateful, multi-actor applications with LLMs, used to create agent and multi-agent workflows. I created an LLM application that facilitates learning by generating questions and answers related to the user’s topic. Github repo
-
From DataFrame to Knowledge Graph
Visualize the relationships of biblical figures in a knowledge graph using networkx. Github repo
-
Power BI – Labor Optimization Tool
A Power BI dashboard comparing actual demand versus labor allocation. Github repo
-
Structured Data to Knowledge Graph for Retrieval-Augemented Generation
Building a knowledge graph-powered RAG from structured data. Github repo
-
Retrieval-augmented generation powered by a knowledge graph
Automated knowledge graph construction and RAG implementation using OpenAI’s ChatGPT and Neo4j.
-
NLP on Steroids
Using Amazon Textract, Amazon Bedrock, and LangChain to Process Documents.
-
Build a ChatBot Using Local LLM
Using Ollama, LangChain, and Streamlit, this project aims to demonstrate how a recruiter or HR personnel can benefit from a chatbot that answers questions regarding candidates.
-
Elevate your NLP Game with AI
This project aims to demonstrate how we can use the power of LLMs like ChatGPT to perform classic NLP tasks like sentiment analysis.
-
Job Description Summarizer Using LangChain and Streamlit
The goal of this project is to create an app that summarizes the technology stack in a job description.
-
Multiple Choice QnA Reviewer – ChatGPT, LangChain, RAG
This project aims to create a reviewer for the latest Occupational Therapy Rules published by the Texas Board of Occupational Therapy Examiners.
-
Lesson Plan Maker – Powered by ChatGPT Using LangChain
The goal of this project is to creates a “quick and dirty” lesson plan with differentiated worksheets for different student accommodations.
-
Hands-on Introduction to Semantic Kernel
The goal of this project is to demonstrate how to use semantic kernel in both the python console and the web browser. Github repo