This commit is contained in:
2025-11-04 11:39:08 +07:00
parent c7f168ac26
commit 6089aa3826
4 changed files with 92 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
# neuroseti
Library for easy neural networks support
```php
// Library for neural networks support
use mirzaev\neuroseti\network;
var_dump(network::gpt5);
```
## Installation
```bash
composer require mirzaev/neuroseti
```
Library for easy neural networks support