created
This commit is contained in:
14
README.md
14
README.md
@@ -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
|
||||
Reference in New Issue
Block a user