Metadata-Version: 2.1
Name: neurenix
Version: 1.0.2
Summary: Empowering Intelligent Futures, One Edge at a Time.
Author-email: Neurenix Team <packages@milesonerd.8shield.net>
License: Apache-2.0
Project-URL: Homepage, https://neurenix.github.io
Project-URL: Bug Tracker, https://github.com/MilesONerd/neurenix/issues
Keywords: machine learning,deep learning,neural networks,AI,edge computing,reinforcement learning,agents
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20.0
Requires-Dist: typing-extensions>=4.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: isort>=5.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Provides-Extra: cuda
Requires-Dist: pycuda>=2022.1; extra == "cuda"
Provides-Extra: distributed
Requires-Dist: ray>=2.0.0; extra == "distributed"
Provides-Extra: agents
Requires-Dist: gymnasium>=0.28.0; extra == "agents"
Provides-Extra: huggingface
Requires-Dist: transformers>=4.0.0; extra == "huggingface"
Requires-Dist: datasets>=2.0.0; extra == "huggingface"

# Neurenix

Neurenix is ​​an AI framework optimized for embedded devices (Edge AI), with support for multiple GPUs and distributed clusters. The framework specializes in AI agents, with native support for multi-agent, reinforcement learning, and autonomous AI.

## Social

[![Bluesky](https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff&style=for-the-badge)](https://bsky.app/profile/neurenix.bsky.social)
[![Discord](https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/Eqnhr8tK2G)
[![GitHub](https://img.shields.io/badge/GitHub-000000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/neurenix)
[![Mastodon](https://img.shields.io/badge/Mastodon-6364FF?style=for-the-badge&logo=Mastodon&logoColor=white)](https://fosstodon.org/@neurenix)
[![X/Twitter](https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/neurenix)

## Main Features

- **Phynexus Engine**: High-performance engine for tensor operations
- **Optimized for Edge AI**: Efficient execution on embedded devices
- **Multi-GPU and Distributed Support**: Scalability to clusters and multiple GPUs
- **TPU Support**: Tensor Processing Unit acceleration for machine learning workloads
- **Agent-Specialized**: Native support for multi-agent and autonomous AI
- **Declarative API**: Simpler and more intuitive interface than traditional frameworks
- **LLM Fine-tuning**: Simplified tools for tuning language models
- **Hugging Face Integration**: Compatibility with pre-existing models

## Documentation

[Neurenix Documentation](https://neurenix.readthedocs.io/en/latest/)

## License

This project is licensed under the [Apache License 2.0](LICENSE).
