Backend module for ANSCENTER project
Project description
backend-module
Main backend module, which is used for developing web-app logic and deploying AI model.
Installation
Run the following to install:
pip install anscenter
Usage
from anscester.predict import MachineLearningModel
# Generate model
model = MachineLearningModel()
# Using Example
data_input = [1.0, 2.0, 3.0, 4.0]
result = model.predict(data_input)
print(result)
Developing HelloG
To install helloG, along with the tools you need to develop and run tests, run the following in your virtualenv:
$ pip install anscenter[dev]
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
anscenter-0.1.10.tar.gz
(54.5 kB
view details)
Built Distribution
File details
Details for the file anscenter-0.1.10.tar.gz
.
File metadata
- Download URL: anscenter-0.1.10.tar.gz
- Upload date:
- Size: 54.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.7.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1403d6b0deb863b6bfbe07bb7e2ad7860c57dd978c893417d2c3e843ca31417d |
|
MD5 | de6ae4fcb1d0392ccfb21f5fd6a434b2 |
|
BLAKE2b-256 | d0779771fb04220548b7a2fcd20ddabf35fff3dd3b5b4185cd9ed2480c337a3a |
File details
Details for the file anscenter-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: anscenter-0.1.10-py3-none-any.whl
- Upload date:
- Size: 56.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.7.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b48d80aa7940bba36c2726eddecc0f8336807f2d956e552ef69dbf2e03f6b923 |
|
MD5 | bb735500c2e586d0b3cdc0dfe5d10f5b |
|
BLAKE2b-256 | edf15374ea25d8fa310467d20579390880e3061f252a6793c26cbf94d5481306 |