Skip to content

adriel1ft/inventell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 InvenTell - Intelligent Inventory Agent

Streamlit Python

A conversational AI agent that transforms natural language questions into SQL queries for inventory analysis.


📸 Project Preview

Project Screenshot

🚀 Quick Start

Prerequisites

  • Python 3.8+
  • OpenAI API key

Installation & Setup

# 1. Create environment
python -m venv .venv
.venv\Scripts\activate  # Windows

# 2. Install dependencies
pip install -r requirements.txt

# 3. Configure API key
copy .env.example .env  # Add your OPENAI_API_KEY

# 4. Initialize database
python prepare_data.py

# 5. Launch application

streamlit run app.py

About

InvenTell: Text-to-SQL Agent for Natural Language Inventory Consultation. Built using LangChain and Streamlit.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages