Skip to content

This repository contains SupplyChain-AI: An AI-powered generative chatbot leveraging LLMs, RAG architecture, and predictive analytics to answer conversation queries in supply chain management.

License

Notifications You must be signed in to change notification settings

VaishnaviThakre/SupplyChain-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SupplyChain-AI

Revolutionizing Delivery Management Through AI-Powered Solutions


Overview

SupplyChainAI is an intelligent chatbot solution designed to address the challenges in modern supply chain and logistics operations. By leveraging advanced technologies such as Large Language Models (LLMs), Retrieval-Augmented Generation (RAG) architecture, and predictive analytics, this tool empowers businesses to enhance efficiency, minimize disruptions, and optimize decision-making.


Key Features

  • Real-Time Processing: Access up-to-date data for faster and more accurate decisions.
  • Conversational Interface: Interact using natural language, making it user-friendly for all.
  • Predictive Analytics: Optimize inventory and forecast future demands effectively.
  • Scalable Architecture: Adaptable for small businesses to large enterprises.
  • Data Integration: Centralizes fragmented systems into one unified solution.

Technologies Used

  • Large Language Models (LLMs)
  • Retrieval-Augmented Generation (RAG) Architecture
  • Vector Databases
  • Natural Language Processing (NLP)
  • Predictive Analytics Models

How It Works

image

Memory Builder

  1. Document Processing: Adds relevant documents (manuals, reports, etc.) to create a knowledge base.
  2. Chunking: Splits large text into manageable pieces for efficient processing.
  3. Embeddings: Converts chunks into vector representations, stored in a vector database like Chroma.

RAG ChatBot

  1. Query Handling: Accepts user queries and refines them based on chat history.
  2. Context Retrieval: Extracts the most relevant data from the embedding database.
  3. Answer Generation: Combines context with the query to deliver accurate responses.

Installation

Prerequisites

  • Python 3.8+
  • pip
  • git

Steps

  1. Clone the repository:

    git clone https://github.com/VaishnaviThakre/SupplyChain-AI.git
    cd SupplyChain-AI
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python app.py

Demo

Demo1.mp4

License

This project is licensed under the MIT License. See the LICENSE file for details.


About

This repository contains SupplyChain-AI: An AI-powered generative chatbot leveraging LLMs, RAG architecture, and predictive analytics to answer conversation queries in supply chain management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages