florentino


Nameflorentino JSON
Version 0.0.0.1 PyPI version JSON
download
home_pagehttps://github.com/nguyenpanda
SummaryI am obsessed with coding from scratch, so I only use Numpy for implementing this AI package.
upload_time2024-07-31 21:28:13
maintainerFlorentino Developers
docs_urlNone
authorNguyen Tuong Ha
requires_python>=3.9
licenseApache License 2.0
keywords deeplearning machinelearning ai florentino hcmut bku
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🤺florentino🤺

---
[![License: Apache 2.0](https://img.shields.io/github/license/saltstack/salt)](https://opensource.org/license/apache-2-0)
![PyPI - Version](https://img.shields.io/pypi/v/florentino)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/florentino)

- Have you ever felt horny implementing AI models from scratch using only Numpy? No?

## How to Install

---

Installing the necessary libraries:

```bash
pip install -r requirements.txt
```

## Available models

--- 

<details>
  <summary>Click to expand!</summary>

1. **Machine Learning Model**
    - Linear Model `florentino.linear_model`
        - Linear regression `LinearRegression`

2. **Deep Learning Model**
    - Neural Network `florentino.nn`
        - Fully connected layer `Dense`
        - Softmax `Softmax`

</details>


<details>
   <summary>Run the following code to view all available models</summary>

```bash
python -c "
import florentino as flo

yellow, magenta, reset = '\033[1;93m', '\033[1;95m', '\033[0m'
header = ' All modules in florentino '
print(yellow + f'{header:=^50}' + reset)
for submodule in flo.__all__:
    exec(f'from florentino import {submodule} as submodule')
    print(magenta + submodule.__name__ + reset)
    for class_name in submodule.__all__:
        print(f'\\t - {class_name}')
    del submodule
print(yellow + 50 * '=' + reset)
"
```

</details>

## License

---

This project is licensed under the Apache Software License.

## Contact

---

- **nguyenpanda**: [hatuongnguyen0107@gmail.com](hatuongnguyen0107@gmail.com)
- **restingkiwi**: [khoana2003@gmail.com](khoana2003@gmail.com)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nguyenpanda",
    "name": "florentino",
    "maintainer": "Florentino Developers",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "hatuongnguyen0107@gmail.com",
    "keywords": "deeplearning machinelearning AI florentino hcmut bku",
    "author": "Nguyen Tuong Ha",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/84/44/b7af30de00a4802d243949824735f30dd7df95e8f95e686dc442d305df3a/florentino-0.0.0.1.tar.gz",
    "platform": null,
    "description": "# \ud83e\udd3aflorentino\ud83e\udd3a\n\n---\n[![License: Apache 2.0](https://img.shields.io/github/license/saltstack/salt)](https://opensource.org/license/apache-2-0)\n![PyPI - Version](https://img.shields.io/pypi/v/florentino)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/florentino)\n\n- Have you ever felt horny implementing AI models from scratch using only Numpy? No?\n\n## How to Install\n\n---\n\nInstalling the necessary libraries:\n\n```bash\npip install -r requirements.txt\n```\n\n## Available models\n\n--- \n\n<details>\n  <summary>Click to expand!</summary>\n\n1. **Machine Learning Model**\n    - Linear Model `florentino.linear_model`\n        - Linear regression `LinearRegression`\n\n2. **Deep Learning Model**\n    - Neural Network `florentino.nn`\n        - Fully connected layer `Dense`\n        - Softmax `Softmax`\n\n</details>\n\n\n<details>\n   <summary>Run the following code to view all available models</summary>\n\n```bash\npython -c \"\nimport florentino as flo\n\nyellow, magenta, reset = '\\033[1;93m', '\\033[1;95m', '\\033[0m'\nheader = ' All modules in florentino '\nprint(yellow + f'{header:=^50}' + reset)\nfor submodule in flo.__all__:\n    exec(f'from florentino import {submodule} as submodule')\n    print(magenta + submodule.__name__ + reset)\n    for class_name in submodule.__all__:\n        print(f'\\\\t - {class_name}')\n    del submodule\nprint(yellow + 50 * '=' + reset)\n\"\n```\n\n</details>\n\n## License\n\n---\n\nThis project is licensed under the Apache Software License.\n\n## Contact\n\n---\n\n- **nguyenpanda**: [hatuongnguyen0107@gmail.com](hatuongnguyen0107@gmail.com)\n- **restingkiwi**: [khoana2003@gmail.com](khoana2003@gmail.com)\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "I am obsessed with coding from scratch, so I only use Numpy for implementing this AI package.",
    "version": "0.0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/nguyenpanda",
        "Source Code": "https://github.com/nguyenpanda/florentino"
    },
    "split_keywords": [
        "deeplearning",
        "machinelearning",
        "ai",
        "florentino",
        "hcmut",
        "bku"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f076689f00fed74762c007c3362636087c0ecc9f432fc7e4ac6fbe29ce27aa4",
                "md5": "a648169136126441a3e81a73c5b52964",
                "sha256": "be3a074ecfd308d92fd17bb88c9dddbba2ca54c3a32747a55970d53b856c286c"
            },
            "downloads": -1,
            "filename": "florentino-0.0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a648169136126441a3e81a73c5b52964",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 16004,
            "upload_time": "2024-07-31T21:28:11",
            "upload_time_iso_8601": "2024-07-31T21:28:11.630108Z",
            "url": "https://files.pythonhosted.org/packages/8f/07/6689f00fed74762c007c3362636087c0ecc9f432fc7e4ac6fbe29ce27aa4/florentino-0.0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8444b7af30de00a4802d243949824735f30dd7df95e8f95e686dc442d305df3a",
                "md5": "f8b949a522a6983e8a38318d46977c78",
                "sha256": "059751cef2c93fc2979d159bfbb4e8abf2caa65fbdd4fbb753c1b3a2a2e230db"
            },
            "downloads": -1,
            "filename": "florentino-0.0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f8b949a522a6983e8a38318d46977c78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14676,
            "upload_time": "2024-07-31T21:28:13",
            "upload_time_iso_8601": "2024-07-31T21:28:13.404309Z",
            "url": "https://files.pythonhosted.org/packages/84/44/b7af30de00a4802d243949824735f30dd7df95e8f95e686dc442d305df3a/florentino-0.0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-31 21:28:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nguyenpanda",
    "github_project": "florentino",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "florentino"
}
        
Elapsed time: 9.63490s