Intelligent AI Helper – Fast Groq wrapper by YourName
Project description
iai-helper — Intelligent AI Helper
A super-fast, clean and simple Python wrapper for Groq's blazing-fast LLMs.
Created and published on PyPI as part of my AI-Powered Web Assistant college project (Dec 2025).
pip install iai-helper
PyPI version
Python
Downloads
License
Features
One-line AI chat using Groq (fastest inference available)
Automatic GROQ_API_KEY loading from environment
Built-in response cleaning
Perfect for Flask, FastAPI, Streamlit, scripts, etc.
Quick Start
Pythonfrom iai_helper import IAIHelper
ai = IAIHelper() # Automatically uses your GROQ_API_KEY
print(ai.ask("Write a beautiful poem about the ocean"))
Get Your Free Groq API Key (30 seconds)
Go to → https://console.groq.com/keys
Sign up / log in
Copy your key → set as environment variable:
Bashexport GROQ_API_KEY="gsk_your_key_here"
Or create .env file:
textGROQ_API_KEY=gsk_your_key_here
Example Usage
Pythonfrom iai_helper import IAIHelper, clean_response
ai = IAIHelper()
response = ai.ask("Explain quantum physics like I'm 12")
print(clean_response(response))
Used In
This package powers my full-stack AI Web Assistant built with Flask + Bootstrap + SweetAlert.
Author
Akash Sabu
December 2025
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iai_helper-1.0.0.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iai_helper-1.0.0.tar.gz.
File metadata
- Download URL: iai_helper-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e217bfa83f35e1279464b5cb6bb9cd493ef588dc753aa226d4a5cc00427c6ab3
|
|
| MD5 |
edbdc47fe2577a4792af4d00a2dee6b6
|
|
| BLAKE2b-256 |
109e9352c4fdec661bdd926c95e2a6fe22cf6079f700d0081d8ff7a2cec435a8
|
File details
Details for the file iai_helper-1.0.0-py3-none-any.whl.
File metadata
- Download URL: iai_helper-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
509ab184dcf564f2b926ef0e534a0f2d32d6311766707c3bcc266a7342d6b484
|
|
| MD5 |
6beda442b175003788f526d30f9983c3
|
|
| BLAKE2b-256 |
a5e3e8163e4ead118b6d8a84cd21cdac51beaf712eb7a80bbddfba617c5b3df6
|