Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Discuss
  3. AI on Cloudron

AI on Cloudron

Scheduled Pinned Locked Moved Discuss
a.i
250 Posts 15 Posters 99.7k Views 18 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • marcusquinnM marcusquinn

    Amazing: https://x.com/javilopen/status/1730986775135305851

    35a3053d-d482-4c43-917d-2533c4a33664-image.png

    L Offline
    L Offline
    LoudLemur
    wrote on last edited by
    #143

    @marcusquinn Wow!

    1 Reply Last reply
    0
    • L Offline
      L Offline
      LoudLemur
      wrote on last edited by
      #144

      This ASR (Automatic Speech Recognition) software is impressive. It can work in real-time and perform transcriptions. I don't know whether it would be suitable for hosting on Cloudron.

      https://huggingface.co/openai/whisper-large-v3

      robiR 1 Reply Last reply
      2
      • L LoudLemur

        This ASR (Automatic Speech Recognition) software is impressive. It can work in real-time and perform transcriptions. I don't know whether it would be suitable for hosting on Cloudron.

        https://huggingface.co/openai/whisper-large-v3

        robiR Offline
        robiR Offline
        robi
        wrote on last edited by
        #145

        @LoudLemur not really as it needs GPUs to be fast enough.

        There is an even faster version with better quality output: https://huggingface.co/spaces/sanchit-gandhi/whisper-jax

        ..and you can run them for free on HF.

        Conscious tech

        1 Reply Last reply
        2
        • L LoudLemur

          Locally Hosted Language Model with AI image support (i.e. multi-modal)

          Demo: http://imagebind-llm.opengvlab.com/
          Self-Host: https://github.com/Alpha-VLLM/LLaMA2-Accessory/tree/main/SPHINX#host-local-demo

          Would any brave soul from here like to try this? Multi-modal means that the AI can look as well as read.

          firefox_HlwB9SOki5.png

          micmcM Offline
          micmcM Offline
          micmc
          wrote on last edited by
          #146

          @LoudLemur

          Demo: http://imagebind-llm.opengvlab.com/

          bdf921e9-2396-43f4-b4a6-f981978ca054-image.png

          Interesting vision model, but still a bit confused 🙃 😉
          I might try self-hosted version, have you?

          Ignorance is not an excuse anymore!
          https://AutomateKit.com

          1 Reply Last reply
          1
          • L LoudLemur

            plugin.surf
            Thousands of free as in beer ChatGPTs
            https://plugin.surf/

            micmcM Offline
            micmcM Offline
            micmc
            wrote on last edited by
            #147

            @LoudLemur said in AI on Cloudron:

            plugin.surf
            Thousands of free as in beer ChatGPTs
            https://plugin.surf/

            Have chosen to not sleep anymore? 🤡

            Nice find! Thanks for sharing.

            Ignorance is not an excuse anymore!
            https://AutomateKit.com

            1 Reply Last reply
            1
            • robiR Offline
              robiR Offline
              robi
              wrote on last edited by
              #148

              Someone sent me a message with a streamlined image generation interface for Krita https://github.com/Acly/krita-ai-diffusion

              Conscious tech

              1 Reply Last reply
              1
              • J Offline
                J Offline
                jagan
                wrote on last edited by
                #149

                Check out Mistral's new version, Mixtral 8x7B, whose performance has now reached or exceeded OpenAI's GPT 3.5.


                https://mistral.ai/news/mixtral-of-experts/

                L 1 Reply Last reply
                1
                • J jagan

                  Check out Mistral's new version, Mixtral 8x7B, whose performance has now reached or exceeded OpenAI's GPT 3.5.


                  https://mistral.ai/news/mixtral-of-experts/

                  L Offline
                  L Offline
                  LoudLemur
                  wrote on last edited by
                  #150

                  @jagan LMstudio now supports this mixtral model.

                  It also supports vision models!

                  #### New
                  - **Vision models** support! 🎉 (BakLLaVA, LLaVA, Obsidian 3B)
                    - Vision supported via chat UI and server API (same format as OpenAI API)
                  - **Mixtral 8x7B** support! 🎉  (Experimental)
                  - **Rich Error Messages** for model loading errors (includes system diagnostics info)
                  - **Model Inspector**: peek into the model file metadata to see trained n_ctx, and more details.
                  - [Local Server] New client code examples for chat + vision (incl. updated OpenAI SDK example)
                  - Auto detection for \*.preset.json in Hugging Face repositories
                  - Support for StableLM Zephyr, Deepseek Coder, Persimmon, Qwen (thanks to llama.cpp improvements)
                  
                  #### Bug Fixes
                  - `prompt_tokens` are now correctly counted in API responses
                  - Fix for multi-part model file downloads```
                  
                  
                  Andrew Torba, CEO of https://gab.com, says that 2024 will have a totally based AI model for us all to use.
                  1 Reply Last reply
                  1
                  • L Offline
                    L Offline
                    LoudLemur
                    wrote on last edited by
                    #151

                    Chat with a (self-hosted) AI that took 40 seconds to learn a Github repo and find out how it works. This might be useful for people who want to package software for Cloudron:

                    https://app.getonboardai.com/

                    1 Reply Last reply
                    1
                    • L Offline
                      L Offline
                      LoudLemur
                      wrote on last edited by LoudLemur
                      #152

                      Enable search (via DuckDuckGo 😞 ) on your local llama:
                      https://github.com/mamei16/LLM_Web_search

                      Actually, this has some support now for using SearXNG as the search engine, so it would work with a Cloudron package.

                      https://github.com/mamei16/LLM_Web_search/commit/68a85f0eda681a5e890c0de36fcf5f14f88abb46

                      1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        AmbroiseUnly
                        wrote on last edited by
                        #153

                        Is there any plan on adding AI-based projects to Cloudron?

                        I'm asking because I wanted to build something with OpenAI, and got stuck because the OpenAI API doesn't allow browsing the internet (unlike ChatGPT), which came as a surprise, and I'm looking to use a self-hosted solution instead.

                        L robiR 2 Replies Last reply
                        2
                        • A AmbroiseUnly

                          Is there any plan on adding AI-based projects to Cloudron?

                          I'm asking because I wanted to build something with OpenAI, and got stuck because the OpenAI API doesn't allow browsing the internet (unlike ChatGPT), which came as a surprise, and I'm looking to use a self-hosted solution instead.

                          L Offline
                          L Offline
                          LoudLemur
                          wrote on last edited by
                          #154

                          @AmbroiseUnly said in AI on Cloudron:

                          Is there any plan on adding AI-based projects to Cloudron?

                          I'm asking because I wanted to build something with OpenAI, and got stuck because the OpenAI API doesn't allow browsing the internet (unlike ChatGPT), which came as a surprise, and I'm looking to use a self-hosted solution instead.

                          It was said that this area of AI is developing so rapidly and so many changes are happening that a "wait and see" approach would be preferred. After a while (which in AI is not very long at all) it is hoped that some of the many applications will emerge as a leader and I think Cloudron will then think about supporting one of those.

                          Some people in this thread have already posted some very juicy candidates though!

                          Which applications or functions do people here think will most merit support on Cloudron?

                          1 Reply Last reply
                          0
                          • A AmbroiseUnly

                            Is there any plan on adding AI-based projects to Cloudron?

                            I'm asking because I wanted to build something with OpenAI, and got stuck because the OpenAI API doesn't allow browsing the internet (unlike ChatGPT), which came as a surprise, and I'm looking to use a self-hosted solution instead.

                            robiR Offline
                            robiR Offline
                            robi
                            wrote on last edited by
                            #155

                            @AmbroiseUnly So far we have a few self-install how-to posts using the LAMP app.

                            However you can always find/hire/sponsor a developer to create a custom package for what you want and submit it to the community and Cloudron team which can then more easily add it to the App Store.

                            Conscious tech

                            1 Reply Last reply
                            0
                            • marcusquinnM Offline
                              marcusquinnM Offline
                              marcusquinn
                              wrote on last edited by
                              #156

                              Looks like an interesting next-step in AI... LAMs:

                              • https://www.rabbit.tech/research

                              Web Design https://www.evergreen.je
                              Development https://brandlight.org
                              Life https://marcusquinn.com

                              1 Reply Last reply
                              3
                              • L Offline
                                L Offline
                                LoudLemur
                                wrote on last edited by LoudLemur
                                #157

                                New device - Rabbit R1:
                                https://iv.ggtyler.dev/watch?v=DlnJlG1SOZo&quality=dash&t=3

                                Dedicated AI assistant
                                https://www.rabbit.tech/

                                subscription business model by the look of it...

                                "...there aren't going to be any apps, and then who is going to build them...?"

                                Haha! I just noticed @marcusquinn just posted before me!

                                marcusquinnM 1 Reply Last reply
                                1
                                • L LoudLemur

                                  New device - Rabbit R1:
                                  https://iv.ggtyler.dev/watch?v=DlnJlG1SOZo&quality=dash&t=3

                                  Dedicated AI assistant
                                  https://www.rabbit.tech/

                                  subscription business model by the look of it...

                                  "...there aren't going to be any apps, and then who is going to build them...?"

                                  Haha! I just noticed @marcusquinn just posted before me!

                                  marcusquinnM Offline
                                  marcusquinnM Offline
                                  marcusquinn
                                  wrote on last edited by
                                  #158

                                  @LoudLemur Great minds! I do predict this is how AI is going to get into most people's lives. Moreso than ChatGPT.

                                  Web Design https://www.evergreen.je
                                  Development https://brandlight.org
                                  Life https://marcusquinn.com

                                  1 Reply Last reply
                                  0
                                  • L Offline
                                    L Offline
                                    LoudLemur
                                    wrote on last edited by
                                    #159

                                    Stable Video Diffusion 1.1 Image-to-Video Model Card
                                    generate short video from an image

                                    https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1

                                    1 Reply Last reply
                                    0
                                    • robiR Offline
                                      robiR Offline
                                      robi
                                      wrote on last edited by robi
                                      #160

                                      Mac + Linux, Windows coming up - https://ollama.ai/

                                      Conscious tech

                                      marcusquinnM 1 Reply Last reply
                                      2
                                      • robiR robi

                                        Mac + Linux, Windows coming up - https://ollama.ai/

                                        marcusquinnM Offline
                                        marcusquinnM Offline
                                        marcusquinn
                                        wrote on last edited by
                                        #161

                                        @robi Get shares in RAM manufacturers!

                                        Web Design https://www.evergreen.je
                                        Development https://brandlight.org
                                        Life https://marcusquinn.com

                                        jdaviescoatesJ robiR 2 Replies Last reply
                                        1
                                        • marcusquinnM marcusquinn

                                          @robi Get shares in RAM manufacturers!

                                          jdaviescoatesJ Offline
                                          jdaviescoatesJ Offline
                                          jdaviescoates
                                          wrote on last edited by jdaviescoates
                                          #162

                                          @marcusquinn said in AI on Cloudron:

                                          @robi Get shares in RAM manufacturers!

                                          https://github.com/ollama/ollama says:

                                          Note: You should have at least 8 GB of RAM available to run the 7B models, 16 GB to run the 13B models, and 32 GB to run the 33B models.

                                          Not as much as I expected.

                                          My laptop has 64GB RAM, I may give this a spin at some point...

                                          I use Cloudron with Gandi & Hetzner

                                          1 Reply Last reply
                                          2
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search