Advanced AI assistant with voice, vision, and robotics capabilities
Project description
Tektra AI Assistant
Tektra AI Assistant is an advanced AI assistant with voice, vision, and robotics capabilities. It features persistent conversation management, real-time chat, streaming responses, and a beautiful web interface.
✨ Features
🧠 Advanced AI Integration
- Multiple Model Support: Phi-3, GPT, Llama, and more
- Streaming Responses: Real-time token-by-token generation
- Context Awareness: Conversation history and memory management
- Model Management: Load, unload, and switch between models
💬 Rich Chat Interface
- Persistent Conversations: Full conversation history with database storage
- Real-time Chat: WebSocket-based streaming chat
- Conversation Management: Create, search, organize, and delete conversations
- Message Actions: Copy, regenerate, and manage individual messages
- Beautiful UI: Modern, responsive web interface
🎤 Multimodal Capabilities
- Voice Input: Speech-to-text with real-time transcription
- Voice Output: Text-to-speech with natural voices
- Vision: Image analysis and computer vision
- Camera Integration: Real-time video processing
🤖 Robotics & Automation
- Robot Control: Command and control robotic systems
- Avatar System: 3D avatar with expressions and gestures
- Real-time Communication: WebSocket-based robot communication
- Safety Features: Emergency stop and safety monitoring
🚀 Quick Start
Installation
Install Tektra with pip:
# Basic installation
pip install tektra
# With all optional features
pip install tektra[all]
# With specific features
pip install tektra[ml,audio,vision]
Setup and First Run
-
Initial Setup (first time only):
tektra setup -
Start the Assistant:
tektra start -
Open Your Browser: The web interface will automatically open at
http://localhost:8000
That's it! 🎉
📖 Usage
Command Line Interface
# Start the server (with options)
tektra start --host 0.0.0.0 --port 8000 --browser
# Setup for first use
tektra setup
# Show system information
tektra info
# Show version
tektra version
# Get help
tektra --help
Web Interface
Once started, you can:
- Chat with AI: Start conversations with intelligent responses
- Manage Conversations: Browse, search, and organize your chat history
- Voice Interaction: Use voice input and output
- Control Systems: Manage robots, avatars, and connected devices
🔧 Configuration
Environment Variables
Create a .env file in your working directory:
# Database
DATABASE_URL=sqlite:///./tektra.db
# Server
HOST=0.0.0.0
PORT=8000
DEBUG=false
# AI Models
MODEL_CACHE_DIR=./models
MAX_MODEL_MEMORY_GB=8
# Audio
AUDIO_SAMPLE_RATE=16000
MAX_AUDIO_DURATION=30
# API Keys (optional)
OPENAI_API_KEY=your_openai_key
ANTHROPIC_API_KEY=your_anthropic_key
🏗️ Architecture
Tektra AI Assistant is built with a modern, modular architecture:
tektra/
├── app/ # Main application
│ ├── routers/ # API endpoints
│ ├── services/ # Business logic
│ ├── models/ # Database models
│ ├── database.py # Database management
│ └── config.py # Configuration
├── frontend/ # Web interface (React/Next.js)
├── cli.py # Command-line interface
└── server.py # Server management
Technology Stack
- Backend: FastAPI, SQLAlchemy, WebSockets, Python 3.9+
- Frontend: Next.js, React, TypeScript, Tailwind CSS
- Database: SQLite (default), PostgreSQL (optional)
- AI/ML: Transformers, PyTorch, MLX (Apple Silicon)
- Audio: PyAudio, LibROSA, SoundFile
- Vision: OpenCV, MediaPipe
📦 Installation Options
Basic Installation
pip install tektra
With Machine Learning
pip install tektra[ml]
With Audio Support
pip install tektra[audio]
With Vision Support
pip install tektra[vision]
With Robotics Support
pip install tektra[robotics]
Everything Included
pip install tektra[all]
Development Installation
git clone https://github.com/tektra/tektra.git
cd tektra
pip install -e .[dev,all]
🛠️ Development
Setting Up Development Environment
# Clone the repository
git clone https://github.com/tektra/tektra.git
cd tektra
# Install in development mode
pip install -e .[dev,all]
# Set up pre-commit hooks
pre-commit install
# Run tests
pytest
# Start development server
tektra start --reload --debug
🐛 Troubleshooting
Common Issues
Installation Problems:
# If you get permission errors
pip install --user tektra
# If you have dependency conflicts
pip install tektra --no-deps
pip install -r requirements.txt
Audio Issues:
# On macOS
brew install portaudio
pip install pyaudio
# On Ubuntu/Debian
sudo apt-get install portaudio19-dev
pip install pyaudio
Database Issues:
# Reset database
rm tektra.db
tektra setup
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by the Tektra Team
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
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 tektra-0.1.3.tar.gz.
File metadata
- Download URL: tektra-0.1.3.tar.gz
- Upload date:
- Size: 33.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a272dec250503388471d041333ecb1e54e778ceda97f843b153831c49f2bb82
|
|
| MD5 |
80c6e4708138e1a98fc46eaa5eab43ed
|
|
| BLAKE2b-256 |
28b2b4e9ab019fd6193b6d2a88b22cfb34933e5406adc118c8e579b15a6ea01f
|
Provenance
The following attestation bundles were made for tektra-0.1.3.tar.gz:
Publisher:
pypi.yml on dirvine/tektra
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tektra-0.1.3.tar.gz -
Subject digest:
0a272dec250503388471d041333ecb1e54e778ceda97f843b153831c49f2bb82 - Sigstore transparency entry: 238753634
- Sigstore integration time:
-
Permalink:
dirvine/tektra@d5e3af4741903ea58599a4d3b524c5b4e4ea5c79 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/dirvine
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@d5e3af4741903ea58599a4d3b524c5b4e4ea5c79 -
Trigger Event:
push
-
Statement type:
File details
Details for the file tektra-0.1.3-py3-none-any.whl.
File metadata
- Download URL: tektra-0.1.3-py3-none-any.whl
- Upload date:
- Size: 33.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b15dfc4bbf5bf66aef1d44b3aca398678d03dbd0b99eed680dde3ac310e53d5
|
|
| MD5 |
4cdaa021257a62c45657d82346f5e565
|
|
| BLAKE2b-256 |
6de9e1a1ee21ba9ef302e9a3ea8bc89137be26580ab88cf3f4b26cbffa7e6fce
|
Provenance
The following attestation bundles were made for tektra-0.1.3-py3-none-any.whl:
Publisher:
pypi.yml on dirvine/tektra
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tektra-0.1.3-py3-none-any.whl -
Subject digest:
4b15dfc4bbf5bf66aef1d44b3aca398678d03dbd0b99eed680dde3ac310e53d5 - Sigstore transparency entry: 238753636
- Sigstore integration time:
-
Permalink:
dirvine/tektra@d5e3af4741903ea58599a4d3b524c5b4e4ea5c79 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/dirvine
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@d5e3af4741903ea58599a4d3b524c5b4e4ea5c79 -
Trigger Event:
push
-
Statement type: