Easily call the APIs by Scientific Microservices. Requires an API key to be registered, see scientificmicroservices.com for more information.
Project description
Scientific Microservices Python Wrapper
This Python module provides a simple interface to the APIs offered by Scientific Microservices. These APIs deliver lightweight, cloud-hosted scientific models designed for rapid data analysis and preprocessing.
Features
- Simple Interface – Invoke scientific models with minimal code.
- Fast Responses – Get results in milliseconds.
- Chainable APIs – Combine multiple APIs for advanced workflows.
- Stateless Operations – Each call is independent.
- Secure Communication – All data is transmitted over secure protocols.
Installation
Install the package using pip:
pip install ScientificMicroservices
Usage
Here's a basic example of how to use the wrapper:
from ScientificMicroservices import DetectOutliers
# Import header parameters
email = [YOUR_EMAIL]
api_key = os.environ("api_key")
# Demonstration array
input_data = [1, 2, 4, 5, 40, 3, 5, 6]
# Call the API
outliers = DetectOutliers(email, api_key, input_data)
print(outliers)
Replace DetectOutliers with the specific API you wish to use and adjust the input_data accordingly. See the Workshop at scientificmicroservices.com to get an overview of the input and outputs for each API.
Documentation
For detailed information on available models and their parameters, please refer to the relevant pages at scientificmicroservices.com/library/docs.
Contributing
Contributions are welcome. If you'd like to improve this wrapper or add support for additional models, please fork the repository and submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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 Distributions
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 scientificmicroservices-1.0.9-py3-none-any.whl.
File metadata
- Download URL: scientificmicroservices-1.0.9-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
990b5c71d8cabd92e584607e13637c3692cdbe79f1a3973dc52b58990eda7106
|
|
| MD5 |
14dcb85173b03549b502603fd2b064c5
|
|
| BLAKE2b-256 |
8bc25b8048b406d043a951afbf25f07c2c22c0ebac5dd749a94d1c1a38ba377a
|