Metadata-Version: 2.4
Name: intentai-kiran
Version: 1.0.1
Summary: IntentAI SDK
Author: Kiran Shetty
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# IntentAI

## Install
pip install intentai

## Usage
```python
from intentai import IntentAI

ai = IntentAI("API_KEY")
print(ai.predict("open chrome"))
