Metadata-Version: 2.4
Name: ImanAILite
Version: 3.0.0
Summary: Iranian AI Library - Lightweight, Pure NumPy, Auto 32/64-bit detection
Home-page: https://github.com/imanai/ImanAILite
Author: ImanAI Team
Author-email: info@imanai.ir
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.19.0
Provides-Extra: full
Requires-Dist: psutil>=5.9.0; extra == "full"
Provides-Extra: speech
Requires-Dist: pyttsx3>=2.90; extra == "speech"
Requires-Dist: pyaudio>=0.2.11; extra == "speech"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ImanAILite 🧠

کتابخانه هوش مصنوعی ایرانی - سبک، مستقل، با پشتیبانی خودکار 32-bit و 64-bit

## ویژگی‌ها

- ✅ **کاملاً مستقل** - فقط وابسته به NumPy
- ✅ **پشتیبانی خودکار 32-bit و 64-bit**
- ✅ **پشتیبانی کامل از زبان فارسی**
- ✅ **مدل‌های متنوع**: دسته‌بندی، رگرسیون، CNN، LSTM، Transformer
- ✅ **پردازش زبان طبیعی فارسی**
- ✅ **سبک و کم‌حجم** (حدود 500KB)

## نصب

```bash
pip install ImanAILite
