Metadata-Version: 2.4
Name: indiayz
Version: 0.2.0
Summary: Unified open-source AI toolkit with a clean, modular Python SDK
Author-email: indiayz <support@indiayz.ai>
License: Apache-2.0
Project-URL: Homepage, https://github.com/indiayz/indiayz-ai
Project-URL: Repository, https://github.com/indiayz/indiayz-ai
Project-URL: Issues, https://github.com/indiayz/indiayz-ai/issues
Project-URL: Documentation, https://github.com/indiayz/indiayz-ai#readme
Keywords: ai,llm,machine-learning,sdk,open-source,artificial-intelligence
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Dynamic: license-file

# 🚀 indiayz

<p align="center">
  <strong>Unified Open-Source AI Toolkit</strong><br>
  <em>Build, run, and scale serious AI applications with a clean, modular Python SDK.</em>
</p>

<p align="center">
  <img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg">
  <img src="https://img.shields.io/badge/python-3.9%2B-blue">
  <img src="https://img.shields.io/badge/status-active-success">
  <img src="https://img.shields.io/badge/open--source-yes-brightgreen">
</p>

[![PyPI](https://img.shields.io/pypi/v/indiayz.svg)](https://pypi.org/project/indiayz/)

---

> **indiayz** is a developer-first AI SDK that unifies modern AI capabilities
> under a single, predictable Python interface.
> **Designed for real systems — not demos.**

---

## 🌍 What is **indiayz**?

**indiayz** is an **official, unified, open-source AI toolkit** created to simplify how developers build and scale AI-powered applications.

Instead of stitching together dozens of unrelated libraries, **indiayz provides one consistent abstraction layer** across modern AI domains — from **LLMs and image generation** to **audio, video, agents, and automation**.

**Philosophy:**

> Powerful AI systems should be **simple to use**, **transparent**, and **future-proof**.

---

## ✨ Why indiayz?

* ✅ **One toolkit, many AI capabilities**
* ✅ Clean abstractions over battle-tested open-source libraries
* ✅ **Offline & local-first friendly** (run models on your own machine)
* ✅ Modular architecture — use only what you need
* ✅ Production-oriented design
* ✅ Built with long-term maintainability in mind

This project is **not a wrapper dump**.
It is a **carefully engineered SDK** focused on clarity, consistency, and extensibility.

---

## 🎯 Who is this for?

* AI engineers building **real production systems**
* Developers tired of glue code between libraries
* Teams that want **local & open AI tooling**
* Researchers who value **clarity over hype**

---

## 🧠 Supported Domains

### 🤖 LLMs / Text / Chat

* Local LLM execution
* Embeddings for memory & semantic search
* Chat & prompt abstractions

### 🖼️ Image AI

* Text-to-image generation
* Background removal
* Upscaling & restoration
* Segmentation & control inputs

### 🎬 Video AI

* Video generation & animation
* Editing & frame-level processing
* Restoration & colorization

### 🔊 Audio / Voice AI

* Speech-to-Text
* Text-to-Speech
* Voice cloning
* Audio processing & cleanup

### 👁️ Vision / OCR

* OCR (image → text)
* Face, hand & pose landmarks
* Vision-based analysis

### 📄 Document AI

* PDF text & table extraction
* Structured document parsing

### 🧠 Memory / Search

* Vector databases
* Semantic similarity search
* Long-term AI memory

### 🤖 Agents & Automation

* Multi-agent workflows
* Autonomous AI agents
* Browser automation

---

## 📦 Installation

```bash
pip install indiayz
```

> PyPI release coming soon.
> Development version available via GitHub.

---

## ⚡ Quick Example

```python
from indiayz import Image, Voice, Chat

Image.generate("a futuristic AI city at night")
Voice.tts("Hello from indiayz")
Chat.ask("Explain transformers in simple terms")
```

**Clean. Predictable. Unified.**

---

## 🧱 Project Architecture

```
indiayz/
├── core/        # shared base logic & configuration
├── llm/         # chat & embeddings
├── image/       # generation & processing
├── audio/       # speech & sound
├── video/       # video tools
├── vision/      # OCR & landmarks
├── memory/      # vector search
├── agents/      # AI agents
├── api/         # FastAPI backend
├── ui/          # Gradio UI
└── examples/    # usage examples
```

Designed to scale **without becoming unmaintainable**.

---

## 🛣 Roadmap

* **Phase 1** — Core SDK & foundational modules
* **Phase 2** — 30+ AI capabilities
* **Phase 3** — Plugin ecosystem
* **Phase 4** — Community & contributors

---

## 🔐 License

**Apache License 2.0**

You are free to:

* Use commercially
* Modify
* Distribute

With proper attribution.

```
© 2026 indiayz
Apache-2.0 Licensed
```

---

## 🤝 Contributing

Contributions, ideas, and discussions are welcome.

If you find **indiayz** useful:

* ⭐ Star the repository
* 🍴 Fork it
* 💬 Share feedback

---

## 🧠 Author

**indiayz**
Unified AI Toolkit

> *The future of AI tooling is unified, transparent, and developer-first.*
