Backend module for testing 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 tqatest
Usage
from tqatest.app.services.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 tqatest[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
tqatest-0.0.33.tar.gz
(55.6 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
tqatest-0.0.33-py3-none-any.whl
(57.6 kB
view details)
File details
Details for the file tqatest-0.0.33.tar.gz.
File metadata
- Download URL: tqatest-0.0.33.tar.gz
- Upload date:
- Size: 55.6 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 |
3759d41f43d03ac6a033209e9f244eb781bc8013e38f69ac68139d37dafd8ca3
|
|
| MD5 |
bb6299bc8ab9cfc63f21411098611526
|
|
| BLAKE2b-256 |
733965b522f9ae781843b7694a22d820ff7b145de69f845b19ffc7d6c21da10e
|
File details
Details for the file tqatest-0.0.33-py3-none-any.whl.
File metadata
- Download URL: tqatest-0.0.33-py3-none-any.whl
- Upload date:
- Size: 57.6 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 |
a3b0736d97595d3780d7aa6413dcaf95922779bb45e9984a201f460e4c683bd1
|
|
| MD5 |
6536034c6bcf1e49ed02c79d68d70345
|
|
| BLAKE2b-256 |
2dae2cace8c53e5f367d606d2318a96424ffe2296b3c6a40dcd686381a63be05
|