A Hugging Face-style framework for AI-powered scientific workflows across biology, chemistry, physics, and other scientific domains.
Project description
ai4science (core)
ai4science is a small, stable framework for AI-for-Science components with a Transformers-like user experience:
- unified
from_pretrained()/save_pretrained() - plugin-based domains
- predictable I/O container (
Batch) and composition viapipeline()
Install core:
pip install ai4science
Install domain plugins:
pip install ai4science[biology]
# or
pip install ai4science-biology
Minimal example
from ai4science import AutoTool
tool = AutoTool.from_pretrained("ai4science-biology/seq-cleaner")
print(tool({"sequence": "MKT..xxAA"}))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ai4science-0.1.1.tar.gz
(11.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ai4science-0.1.1.tar.gz.
File metadata
- Download URL: ai4science-0.1.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
687531e70ab9b57318214c716479741a490d6bbf31e78dca47e12c58e0c274af
|
|
| MD5 |
291b8c387ed97a8fc6860df13f03b250
|
|
| BLAKE2b-256 |
c0488f7ab83b466e084d25cb21832938235eb6f11ee681f6ca7bfadc8cb59fc3
|
File details
Details for the file ai4science-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ai4science-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0102f360f03cd3f6f24d4a1a748b2f356d3464e56ab7878fec23f3b37458b55
|
|
| MD5 |
59640b42f8766c44310a6b41fecf4457
|
|
| BLAKE2b-256 |
0264236dfd1254a573be0c80f2b414ef72d311f9ae4c6ea3487cf8cc54d428d4
|