Metadata-Version: 2.4
Name: aioway
Version: 0.0.7rc7
Summary: AI on the way
Author-email: RenChu Wang <patrick1031wang@gmail.com>
License: Apache-2.0
Requires-Python: <3.15,>=3.14
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: lark>=1.3.1
Requires-Dist: numpy>=2.4.3
Requires-Dist: pandas>=3.0.1
Requires-Dist: rich>=14.3.3
Requires-Dist: tensordict>=0.11.0
Requires-Dist: torch>=2.10.0
Provides-Extra: ibis
Requires-Dist: ibis>=3.3.0; extra == "ibis"
Provides-Extra: faiss
Requires-Dist: faiss-cpu>=1.13.2; extra == "faiss"
Dynamic: license-file

# AioWay

## 🚧 Notice

Aioway is a work in progress, builds on top of the original [`koila` (moved to a branch)][koila]. The `torch` team built `FakeTensor` which overlaps a lot with `koila`'s functionality, so it's no longer maintained. See the rationale in the [koila][koila] branch.

Conceptually, `aioway` works in a similar way, but instead of `Tensor` ops, `aioway` focuses on a higher level, on **algorithm building**. See below for the promised features:

## 🍰 Promised features

- Simple and declarative, yet reproducible.
- Detects the tasks at hand, resource available, and select the best algorithms and models.
- The models built from aioway would be white box (explanable).
- Allows you to scale up the model size, and to different machines.
- Extensible with custom pytorch.

## 🗺️ Roadmap

For the pre-release version (`v0.0.*`), see [project](https://github.com/users/rentruewang/projects/7) for more details.


## 🤔 Why aioway yada yada

In the recent years, machine learning's entry barrier has gotten higher, rather than lower. With the increasing number of algorithms and libraries and models, it's no wonder qualified data scientists are rare because you would need years of training to keep up to the status quo.

We designed Aioway in a way such that instead of thinking about **how** to do ML, you specify **what** to do. Instead of focusing on what algorithms and models to use, Aioway allows you to focus on the use cases by taking into account the context of the problem, and perform compliation according to the data to ensure good performance. Automatically.

## 🤝 Contributing

Contributing is of course welcome. Please see the [contributing guide](./CONTRIBUTING.md) and follow the [code of conduct](./CODE_OF_CONDUCT.md).

## 👨‍👨‍👦‍👦 Contributors

<a href="https://github.com/rentruewang/aioway/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=rentruewang/aioway" />
</a>


[koila]: https://github.com/rentruewang/aioway/tree/koila
