Advanced AI Voice Assistant Framework
Project description
Riser Corporation SDK 🤖
Professional AI Assistant SDK that lets developers integrate voice, automation, and AI intelligence into their apps.
📦 Installation
pip install riser_corporation
# For voice support
pip install "riser_corporation[voice]"
🚀 Quick Start
from riser_corporation.riser import riser
bot = riser.init(
api_key="YOUR_KEY",
ai_name="Jarvis",
system_prompt="You are a futuristic assistant"
)
bot.speak("Hello boss")
bot.ask("Who created you?")
💻 CLI Usage
riser speak "Hello world"
✨ Features
- Custom AI name
- Custom system prompt
- User API key support
- Voice output
- Automation commands
- Easy SDK integration
👨💻 Developer Section
Build the package:
python -m build
Upload to PyPI:
twine upload dist/*
📜 License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
riser_corporation-0.1.0.tar.gz
(17.5 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 riser_corporation-0.1.0.tar.gz.
File metadata
- Download URL: riser_corporation-0.1.0.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2101aaecb11fda3d89258a0e383202c35105d078d07a2c789f3b37473244a88e
|
|
| MD5 |
58be5e5ece80693cca73d454c00b6756
|
|
| BLAKE2b-256 |
68ced780816488f04c0ea75374fe84e821667c7cd2a007594a4d7845dbfd5bd0
|
File details
Details for the file riser_corporation-0.1.0-py3-none-any.whl.
File metadata
- Download URL: riser_corporation-0.1.0-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7014f18d59e0b55bce585428d8fc2db9a15a470e0054048d5345fcafbd98baaa
|
|
| MD5 |
c98420a454baed22d9367648b49e7839
|
|
| BLAKE2b-256 |
185d8adfa70496e2cc09ba76331cb41e41cc0845595d22b88874b77602dbfda8
|