MY-AI
A locally built, trained, and executed Artificial Intelligence desktop application for Windows.
Tujuan Project
Proyek ini dibuat untuk membangun neural network Transformer dan seluruh sistem pendukung AI dari awal tanpa bergantung pada layanan cloud, API eksternal, atau model pre-trained yang sudah ada (seperti OpenAI, Claude, Llama, dll). Tujuan akhirnya adalah memiliki AI Assistant pribadi yang berjalan sepenuhnya lokal di komputer pengguna.
Requirements
- Windows 64-bit
- Python 3.10+
- Hardware minimal: CPU + RAM (Rekomendasi: NVIDIA GPU dengan CUDA support)
Setup Virtual Environment
python -m venv venv
.\venv\Scripts\activate
Install Dependencies
Project ini menggunakan pyproject.toml untuk manajemen dependensi minimal.
pip install -e .[dev]
Dependensi utama:
- PySide6 (Desktop GUI)
- PyYAML (Configuration)
- PyTorch (Hardware detection, Tensor/Autograd)
Menjalankan Aplikasi
python run.py
Menjalankan Test
pytest tests/
Release files for zyra-network 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zyra_network-0.0.2.tar.gz | 694.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zyra_network-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.5 MB
Release files / zyra_network-0.0.2.tar.gz
| Download URL | zyra_network-0.0.2.tar.gz |
|---|---|
| Size | 694.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
23e87570c0ceb347867962f7fd2eaf441e9c36b8eb6ecdae2f827498a985b6f8
|
|
BLAKE2b-256 checksum How to use checksums |
2f990485bc8ceca587418fe824ffc7c6c9837439b1c8dd78f337d3209ac4dc35
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.5
|
Release files / zyra_network-0.0.2-py3-none-any.whl
| Download URL | zyra_network-0.0.2-py3-none-any.whl |
|---|---|
| Size | 790.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7ed611f6028e5eecfa0604c76ef6afdf9bf230e0192f3a4b59b2187e4de43f15
|
|
BLAKE2b-256 checksum How to use checksums |
2cff3d3726b83d8a3dc741aa840f11b39b6fa1b9b462f65755294ea11424c795
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.5
|