rebelai


Namerebelai JSON
Version 4.1.0 PyPI version JSON
download
home_pagehttps://ari-web.xyz/gh/rebelai
Summaryproviding free access to proprietary ai models in python
upload_time2023-10-16 19:43:59
maintainer
docs_urlNone
authorAri Archer
requires_python
licenseGPLv3+
keywords alpaca deepai deepl gpt openai inferkit pollinations prodia free ai machine learning free ai api async aiohttp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rebelai

> free access to multiple proprietary ai models in python

# mission

exploit freely available apis to gain access to proprietary ai models because
proprietary ai companies took advantage of our open source
resources to develop their proprietary money machines unfairly

( fuck you """""""""""""""""""""""""""""open"""""""""""""""""""""""""""""ai )

# example usage

-   <https://ari-web.xyz/gh/124>
-   <https://ari-web.xyz/gh/124tg>

# installation

```sh
$ pip install rebelai
```

# usage

module structure :

-   `rebelai` -- top level package
    -   `const` -- all constants, defaults, etc
    -   `enums` -- all enums for convenience sake
        -   `ProdiaModel` -- enum for prodia image generation ai models
        -   `ProdiaSampler` -- enum for prodia image generation samplers
        -   `DeepAIModel` -- enum for deepai models
    -   `ai` -- all ai wrappers
        -   `alpaca` -- access to alpaca models
            -   `alpaca_7b` -- the 7 billion neuron alpaca model
        -   `deepai` -- access to all deepai models
            -   `deepai` -- generic function for deepai access for free, takes DeepAIModel, see doc string for more info
        -   `gpt` -- access to "open"ai models ( kinda )
            -   `gpt3` -- access to gpt3 model
            -   `gpt4` -- access to gpt3 model ( youchat )
        -   `pollinations` -- access to pollinations image generation api
            -   `pollinations` -- access to the generation model
        -   `prodia` -- access to prodia image generation api ( limited access and proxies dont seem to work :( )
            -   `prodia` -- generic function to access prodia api, takes `ProdiaModel` and `ProdiaSampler`, see doc string
        -   `inferkit` -- access inferkit text completion model
            -   `standard` -- standard model access
        -   `deepl` -- access to deepl translation
            -   `deepl` -- generic deepl function, see doctring for help
        -   `h2o` -- access to h2o models
            -   `falcon_40b` -- access to the falcon model with 40 b neurons ( open source )

# tips

-   use proxies ( for example gimmeproxy api,, https://gimmeproxy.com/api/getProxy?post=true&get=true&user-agent=true&supportsHttps=true&protocol=http&minSpeed=20&curl=true )
    -   dont forget to test if theyre responsive by making a proxies request to for example https://example.com/
-   check docstrings, they have info about arguments and proxies

            

Raw data

            {
    "_id": null,
    "home_page": "https://ari-web.xyz/gh/rebelai",
    "name": "rebelai",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "alpaca,deepai,deepl,gpt,openai,inferkit,pollinations,prodia,free,ai,machine learning,free ai,api,async,aiohttp",
    "author": "Ari Archer",
    "author_email": "ari.web.xyz@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# rebelai\n\n> free access to multiple proprietary ai models in python\n\n# mission\n\nexploit freely available apis to gain access to proprietary ai models because\nproprietary ai companies took advantage of our open source\nresources to develop their proprietary money machines unfairly\n\n( fuck you \"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"open\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"ai )\n\n# example usage\n\n-   <https://ari-web.xyz/gh/124>\n-   <https://ari-web.xyz/gh/124tg>\n\n# installation\n\n```sh\n$ pip install rebelai\n```\n\n# usage\n\nmodule structure :\n\n-   `rebelai` -- top level package\n    -   `const` -- all constants, defaults, etc\n    -   `enums` -- all enums for convenience sake\n        -   `ProdiaModel` -- enum for prodia image generation ai models\n        -   `ProdiaSampler` -- enum for prodia image generation samplers\n        -   `DeepAIModel` -- enum for deepai models\n    -   `ai` -- all ai wrappers\n        -   `alpaca` -- access to alpaca models\n            -   `alpaca_7b` -- the 7 billion neuron alpaca model\n        -   `deepai` -- access to all deepai models\n            -   `deepai` -- generic function for deepai access for free, takes DeepAIModel, see doc string for more info\n        -   `gpt` -- access to \"open\"ai models ( kinda )\n            -   `gpt3` -- access to gpt3 model\n            -   `gpt4` -- access to gpt3 model ( youchat )\n        -   `pollinations` -- access to pollinations image generation api\n            -   `pollinations` -- access to the generation model\n        -   `prodia` -- access to prodia image generation api ( limited access and proxies dont seem to work :( )\n            -   `prodia` -- generic function to access prodia api, takes `ProdiaModel` and `ProdiaSampler`, see doc string\n        -   `inferkit` -- access inferkit text completion model\n            -   `standard` -- standard model access\n        -   `deepl` -- access to deepl translation\n            -   `deepl` -- generic deepl function, see doctring for help\n        -   `h2o` -- access to h2o models\n            -   `falcon_40b` -- access to the falcon model with 40 b neurons ( open source )\n\n# tips\n\n-   use proxies ( for example gimmeproxy api,, https://gimmeproxy.com/api/getProxy?post=true&get=true&user-agent=true&supportsHttps=true&protocol=http&minSpeed=20&curl=true )\n    -   dont forget to test if theyre responsive by making a proxies request to for example https://example.com/\n-   check docstrings, they have info about arguments and proxies\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "providing free access to proprietary ai models in python",
    "version": "4.1.0",
    "project_urls": {
        "Homepage": "https://ari-web.xyz/gh/rebelai"
    },
    "split_keywords": [
        "alpaca",
        "deepai",
        "deepl",
        "gpt",
        "openai",
        "inferkit",
        "pollinations",
        "prodia",
        "free",
        "ai",
        "machine learning",
        "free ai",
        "api",
        "async",
        "aiohttp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "551f2b20a769424bff6ec6aff7c5c157b2e2520b2d16cc3e45e9a57dd397f156",
                "md5": "933abab3f986f19f002c78224be12618",
                "sha256": "3376153735f77b762c8f6f080ca20526416dbc44ad85a37f5a0c82e8105f9938"
            },
            "downloads": -1,
            "filename": "rebelai-4.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "933abab3f986f19f002c78224be12618",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 26419,
            "upload_time": "2023-10-16T19:43:59",
            "upload_time_iso_8601": "2023-10-16T19:43:59.819081Z",
            "url": "https://files.pythonhosted.org/packages/55/1f/2b20a769424bff6ec6aff7c5c157b2e2520b2d16cc3e45e9a57dd397f156/rebelai-4.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-16 19:43:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rebelai"
}
        
Elapsed time: 0.17001s