Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/self-nasu/eazyai
The one function go library for making sklearn and tensorflow model in ezy way.
https://github.com/self-nasu/eazyai
eazyai package pip python
Last synced: 1 day ago
JSON representation
The one function go library for making sklearn and tensorflow model in ezy way.
- Host: GitHub
- URL: https://github.com/self-nasu/eazyai
- Owner: Self-nasu
- License: gpl-3.0
- Created: 2024-05-14T06:02:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T19:42:47.000Z (6 months ago)
- Last Synced: 2024-08-10T21:10:37.001Z (6 months ago)
- Topics: eazyai, package, pip, python
- Language: Python
- Homepage: https://pypi.org/manage/project/eazyai/releases/
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EazyAi 1.1.6
A one-function Go library designed to simplify the creation of AI/ML models using scikit-learn and TensorFlow. This library also includes several helpful utility functions to assist in various tasks.
## Authors
- [@Self-nasu](https://github.com/Self-nasu)
- [@Self-puneet](https://github.com/self-puneet)## Installation
To install the EazyAi library, use the following command:
```bash
pip install eazyAI
```## Function Details
The EazyAi library provides several convenient functions. Below are the details on how to import them:
```python
from eazyAI import just_plot_dataframe
from eazyAI import ezhelp
from eazyAI import gen_data
from eazyAI import just_plot_csv
from eazyAI import just_plot
```---