Skip to content

This repository is a showcase of hands-on Generative AI implementations, ranging from document intelligence to conversational chatbots. It aims to provide developers, learners, and businesses with ready-to-use templates for building AI-powered applications.

Notifications You must be signed in to change notification settings

J-TECH-bot/GenerativeAI-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Generative AI Projects

This repository contains a collection of Generative AI-based projects developed under J-TECH-bot. Each project explores different use cases of Large Language Models (LLMs), Natural Language Processing (NLP), and Generative AI applications.

📌 Projects

1️⃣ Image To Text Data Converter

Description: Converts images into readable text data using OCR + Generative AI.

Tech Stack: Python, OpenAI/LLM APIs, OCR libraries (e.g., Tesseract).

Use Case: Useful for extracting structured information from scanned documents, invoices, or images.

2️⃣ Invoice ChatBot

Description: An AI-powered chatbot that can read and answer queries from invoices.

Tech Stack: Python, LangChain, Generative AI (LLM), PDF parsing tools.

Use Case: Enables businesses to automate invoice-related queries (e.g., “What is the total amount due?”).

3️⃣ QA ChatBot

Description: A Question-Answering Chatbot that provides responses based on given data or documents.

Tech Stack: Generative AI, LangChain, Hugging Face models, Python.

Use Case: Can be integrated into customer support, knowledge bases, or internal Q&A systems.

🛠️ Tech Stack

Python 🐍

Generative AI Models (LLMs)

LangChain / Hugging Face

OCR (for Image-to-Text)

PDF/Text Parsing Libraries

🚀 How to Run

Clone this repo:

git clone https://github.com//GenerativeAI-Projects.git cd GenerativeAI-Projects

Create a virtual environment & install dependencies:

pip install -r requirements.txt

Update .env file with your API keys (OpenAI / Hugging Face).

Navigate into a project folder and run the app. Example:

cd Invoice_ChatBot python app.py

About

This repository is a showcase of hands-on Generative AI implementations, ranging from document intelligence to conversational chatbots. It aims to provide developers, learners, and businesses with ready-to-use templates for building AI-powered applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages