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 100.5k 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.
  • L LoudLemur

    Chroma https://www.trychroma.com/

    "the AI-native open-source embedding database"

    What do you do with it? For example, throw in your medical books and query it with an AI.

    Apache 2.0
    Has Docker
    They hope to have hosting soon.

    I hope somebody who likes database tech might have a look at this.

    https://github.com/chroma-core/chroma
    https://www.trychroma.com/

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

    @LoudLemur Chroma post here: https://forum.cloudron.io/topic/9078/chroma-open-source-vector-database-for-ai-long-term-memory-and-local-data-alternative-to-pinecone

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

    1 Reply Last reply
    0
    • L LoudLemur

      Ollama.ai
      Download and run language models locally:
      https://www.ollama.ai/

      You can see a video here where somebody integrated an AI into their editor using Ollama:
      https://yt.artemislena.eu/watch?v=FIZt7MinpMY&si=fLRMYyhss0hOO1ZQ&quality=dash

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

      @LoudLemur et'all

      I've got ollama working in the LAMP app on the Demo server (if it's still there)

      Use the terminal to run llama2.sh or llama2uncesored.sh and see how it runs.

      There may be a web/desktop client for it too.

      Conscious tech

      L 1 Reply Last reply
      4
      • robiR robi

        @LoudLemur et'all

        I've got ollama working in the LAMP app on the Demo server (if it's still there)

        Use the terminal to run llama2.sh or llama2uncesored.sh and see how it runs.

        There may be a web/desktop client for it too.

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

        @robi said in AI on Cloudron:

        llama2uncesored.sh

        Thank you very much for doing that, @robi. From where do we run the command? The ollama application doesn't seem to have a terminal in Cloudron. I tried from the LAMP application's terminal and that didn't work either.

        brave_kpomu1kSYW.png

        robiR 1 Reply Last reply
        0
        • L LoudLemur

          @robi said in AI on Cloudron:

          llama2uncesored.sh

          Thank you very much for doing that, @robi. From where do we run the command? The ollama application doesn't seem to have a terminal in Cloudron. I tried from the LAMP application's terminal and that didn't work either.

          brave_kpomu1kSYW.png

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

          @LoudLemur it's linked in my post.. it's installed in the LAMP app labeled php-8.2. It cannot be installed in the proxy app named ollama.

          Conscious tech

          1 Reply Last reply
          0
          • A Offline
            A Offline
            ankitpr89
            wrote on last edited by
            #104

            Check: https://n8n.io/langchain/

            marcusquinnM 1 Reply Last reply
            3
            • A ankitpr89

              Check: https://n8n.io/langchain/

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

              @ankitpr89 V cool!

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

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

                GPUs for AI comparison spreadsheet:
                https://www.edlabs.it/gpus4ai

                1 Reply Last reply
                1
                • micmcM Offline
                  micmcM Offline
                  micmc
                  wrote on last edited by
                  #107

                  Amazon (AWS) recently made a big announcement: a service Bedrock was finally released.

                  If you missed the news:
                  Amazon decided to enter massively into the generative AI field and invested in the company Anthropic for $4 billion so they can get into the race and compete with popular AI services like ChatGPT, Dall-E, MidJourney, etc.

                  The first proposal of Amazon is Bedrock, a fully managed AI service that offers multiple foundational models such as Claude, Jurassic, Titan, and Stable Diffusion XL, among others.

                  I've started to test Bedrock myself, what's interesting is being able to test and use different FMs from different vendors from the same web UI from inside your AWS account BUT, from a unique API too!

                  That means, AWS is creating a single API access that can be used to access all the actual avaialable FMs through its Bedrock service, and any new ones they will eventually add. Interesting approach.

                  Some has already made a video here,

                  , if you want to take a peak.

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

                  L 1 Reply Last reply
                  2
                  • micmcM micmc

                    Amazon (AWS) recently made a big announcement: a service Bedrock was finally released.

                    If you missed the news:
                    Amazon decided to enter massively into the generative AI field and invested in the company Anthropic for $4 billion so they can get into the race and compete with popular AI services like ChatGPT, Dall-E, MidJourney, etc.

                    The first proposal of Amazon is Bedrock, a fully managed AI service that offers multiple foundational models such as Claude, Jurassic, Titan, and Stable Diffusion XL, among others.

                    I've started to test Bedrock myself, what's interesting is being able to test and use different FMs from different vendors from the same web UI from inside your AWS account BUT, from a unique API too!

                    That means, AWS is creating a single API access that can be used to access all the actual avaialable FMs through its Bedrock service, and any new ones they will eventually add. Interesting approach.

                    Some has already made a video here,

                    , if you want to take a peak.

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

                    @micmc said in AI on Cloudron:

                    what's interesting is being able to test and use different FMs

                    FMs?

                    Claude, which is the AI owned by Anthropic, has beautiful prose.

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

                      https://lambdalabs.com/papers

                      $1.99/hour for Nvidia H100 80GB GPU

                      Enjoy the amazing graphics in this paper!
                      https://invidious.lunar.icu/watch?v=ffarLQDQmC4

                      marcusquinnM 1 Reply Last reply
                      0
                      • jdaviescoatesJ Offline
                        jdaviescoatesJ Offline
                        jdaviescoates
                        wrote on last edited by jdaviescoates
                        #110

                        Nothing really to do with AI on Cloudron, but just tapping into the knowledge of the people watching this space who are contributing to this thread:

                        I had an idea I like which AI could probably help with/ be a good fit for:

                        1. give an AI access to an ebook library
                        2. ask an AI write summaries of those books
                        3. ask an AI to turn those summaries into scripts for 2 minute animated video summaries
                        4. ask an AI to create those animations based on those scripts.
                        5. ask an AI to publish those videos to a PeerTube/ TikTok/ YouTube/ Twitter/ Facebook Shorts/ Instagram channel etc etc

                        I'm presuming that this might already be perfectly possible with already existing tools, but I've no idea how one might go about it. Can anyone here enlighten me/ give me a few pointers.

                        I had this idea because one of my favourite books is "The Resilience Imperative: Cooperative Transitions to a Steady-state Economy" by Michael Lewis and Pat Conaty, and I've often thought that a short animated video version would be really great.

                        And as I'm about to start some work with Michael Lewis (helping to promote the next iteration of Synergia Institute's MOOC "Toward Co-operative Commonwealth: Transition in a Perilous Century") I reminded myself of that idea and then thought: AI could probably do it for me! And then figured if it could do it for one book why not All The Books! πŸ™‚

                        I use Cloudron with Gandi & Hetzner

                        L 2 Replies Last reply
                        2
                        • jdaviescoatesJ jdaviescoates

                          Nothing really to do with AI on Cloudron, but just tapping into the knowledge of the people watching this space who are contributing to this thread:

                          I had an idea I like which AI could probably help with/ be a good fit for:

                          1. give an AI access to an ebook library
                          2. ask an AI write summaries of those books
                          3. ask an AI to turn those summaries into scripts for 2 minute animated video summaries
                          4. ask an AI to create those animations based on those scripts.
                          5. ask an AI to publish those videos to a PeerTube/ TikTok/ YouTube/ Twitter/ Facebook Shorts/ Instagram channel etc etc

                          I'm presuming that this might already be perfectly possible with already existing tools, but I've no idea how one might go about it. Can anyone here enlighten me/ give me a few pointers.

                          I had this idea because one of my favourite books is "The Resilience Imperative: Cooperative Transitions to a Steady-state Economy" by Michael Lewis and Pat Conaty, and I've often thought that a short animated video version would be really great.

                          And as I'm about to start some work with Michael Lewis (helping to promote the next iteration of Synergia Institute's MOOC "Toward Co-operative Commonwealth: Transition in a Perilous Century") I reminded myself of that idea and then thought: AI could probably do it for me! And then figured if it could do it for one book why not All The Books! πŸ™‚

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

                          @jdaviescoates It is a lovely idea, and sounds doable in principle. In practice, somebody talented like e.g. robi would need to do it at the moment, because the tech required is not quite there, yet. A lot of fixing would need to be accomplished.

                          1. eBook library - you can train an ai on a local repository of texts using e.g. gpt4all. The AIs I have managed to get working with this aren't impressive, but that is more me than the AI! It would help if you had practiced it a few times, and also had a big spec computer to do it properly after pilot studies.

                          2. AI Summaries - Yes, that is possible, but the summaries are too short. The number of tokens you can create are about 2000, which isn't long for a summary. You might have to summarize chapter by chapter and then stitch these together later. The chunking could be useful for video.

                          3. AI Scripts - The amount of output you can generate on a local llama is not gigantic and it is a bit hit or miss what sort of script format you would get. Trying to keep consistency between chapters might be troublesome. Proprietary AI would make it a bit easier, but then you might have refusals / alignment problems.

                          4. AI Animations - The ones I have seen are about 20 seconds or so. They are becoming better. Trying to make your first 20 second animation have a resemblance to a subsequent animation would be tricky.

                          5. Automating the flow - robi would be good at that, but then he has great expertise.

                          I think if you wait for a while, a lot of the friction will be reduced and soon "everybody will be doing it".

                          robiR 1 Reply Last reply
                          3
                          • L LoudLemur

                            @jdaviescoates It is a lovely idea, and sounds doable in principle. In practice, somebody talented like e.g. robi would need to do it at the moment, because the tech required is not quite there, yet. A lot of fixing would need to be accomplished.

                            1. eBook library - you can train an ai on a local repository of texts using e.g. gpt4all. The AIs I have managed to get working with this aren't impressive, but that is more me than the AI! It would help if you had practiced it a few times, and also had a big spec computer to do it properly after pilot studies.

                            2. AI Summaries - Yes, that is possible, but the summaries are too short. The number of tokens you can create are about 2000, which isn't long for a summary. You might have to summarize chapter by chapter and then stitch these together later. The chunking could be useful for video.

                            3. AI Scripts - The amount of output you can generate on a local llama is not gigantic and it is a bit hit or miss what sort of script format you would get. Trying to keep consistency between chapters might be troublesome. Proprietary AI would make it a bit easier, but then you might have refusals / alignment problems.

                            4. AI Animations - The ones I have seen are about 20 seconds or so. They are becoming better. Trying to make your first 20 second animation have a resemblance to a subsequent animation would be tricky.

                            5. Automating the flow - robi would be good at that, but then he has great expertise.

                            I think if you wait for a while, a lot of the friction will be reduced and soon "everybody will be doing it".

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

                            @LoudLemur Wow, thanks for the gracious mention(s) πŸ˜‡ πŸ™

                            While I used to be in that industry and can see how it might be done, it's a deep multi stage pipeline of things that would need lots of creative solutions.

                            So my recommendation would be to reach out and partner with a startup/dev/community in the space who is interested in making a splash with such a solution and get more traction behind it.

                            Years ago I was pitched to do a startup with similar goals but more around TV series and Movies.

                            In any case, great idea @jdaviescoates

                            Conscious tech

                            L 1 Reply Last reply
                            3
                            • robiR robi

                              @LoudLemur Wow, thanks for the gracious mention(s) πŸ˜‡ πŸ™

                              While I used to be in that industry and can see how it might be done, it's a deep multi stage pipeline of things that would need lots of creative solutions.

                              So my recommendation would be to reach out and partner with a startup/dev/community in the space who is interested in making a splash with such a solution and get more traction behind it.

                              Years ago I was pitched to do a startup with similar goals but more around TV series and Movies.

                              In any case, great idea @jdaviescoates

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

                              @robi said in AI on Cloudron:

                              a startup with similar goals but more around TV series and Movies

                              Even for me, it would be interesting to imagine what you would now be doing if you had ended up following that route. For you, you must wonder sometimes. I am just glad you are here.

                              FaceChain

                              Rapid training and face generation based on a few of your uploaded images:
                              https://huggingface.co/spaces/modelscope/FaceChain

                              https://github.com/modelscope/facechain

                              (I haven't had success using this on Huggingface. Maybe it is overloaded...)

                              1 Reply Last reply
                              1
                              • L LoudLemur

                                https://lambdalabs.com/papers

                                $1.99/hour for Nvidia H100 80GB GPU

                                Enjoy the amazing graphics in this paper!
                                https://invidious.lunar.icu/watch?v=ffarLQDQmC4

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

                                @LoudLemur https://x.com/marktenenholtz/status/1714379364127658021

                                271385b6-05bf-4219-b6e6-d61d02506893-image.png

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

                                1 Reply Last reply
                                0
                                • jdaviescoatesJ jdaviescoates

                                  Nothing really to do with AI on Cloudron, but just tapping into the knowledge of the people watching this space who are contributing to this thread:

                                  I had an idea I like which AI could probably help with/ be a good fit for:

                                  1. give an AI access to an ebook library
                                  2. ask an AI write summaries of those books
                                  3. ask an AI to turn those summaries into scripts for 2 minute animated video summaries
                                  4. ask an AI to create those animations based on those scripts.
                                  5. ask an AI to publish those videos to a PeerTube/ TikTok/ YouTube/ Twitter/ Facebook Shorts/ Instagram channel etc etc

                                  I'm presuming that this might already be perfectly possible with already existing tools, but I've no idea how one might go about it. Can anyone here enlighten me/ give me a few pointers.

                                  I had this idea because one of my favourite books is "The Resilience Imperative: Cooperative Transitions to a Steady-state Economy" by Michael Lewis and Pat Conaty, and I've often thought that a short animated video version would be really great.

                                  And as I'm about to start some work with Michael Lewis (helping to promote the next iteration of Synergia Institute's MOOC "Toward Co-operative Commonwealth: Transition in a Perilous Century") I reminded myself of that idea and then thought: AI could probably do it for me! And then figured if it could do it for one book why not All The Books! πŸ™‚

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

                                  @jdaviescoates said in AI on Cloudron:

                                  ask an AI to create those animations based on those scripts.

                                  non-Free Cascadeur can help make models, but automation is not yet here:
                                  https://invidious.projectsegfau.lt/watch?v=JrddPZmUHvE&si=FW0u3Fdpu6U7ZrTC&quality=dash

                                  jdaviescoatesJ 1 Reply Last reply
                                  1
                                  • L LoudLemur

                                    @micmc said in AI on Cloudron:

                                    what's interesting is being able to test and use different FMs

                                    FMs?

                                    Claude, which is the AI owned by Anthropic, has beautiful prose.

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

                                    @LoudLemur said in AI on Cloudron:

                                    @micmc said in AI on Cloudron:

                                    what's interesting is being able to test and use different FMs

                                    FMs?

                                    Foundation models

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

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

                                      Continue.dev
                                      https://continue.dev/
                                      The open-source autopilot for software development
                                      Bring the power of ChatGPT to your IDE

                                      Answer coding questions
                                      β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
                                      Highlight sections of code and ask Continue for another perspective

                                      β€œwhat does this forRoot() static function do in nestjs?”
                                      β€œwhy is the first left join in this query necessary here?”
                                      β€œhow do I run a performance benchmark on this rust binary?”

                                      Edit in natural language
                                      β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
                                      Highlight a section of code and instruct Continue to refactor it

                                      β€œ/edit rewrite this to return a flattened list from a 3x3 matrix”
                                      β€œ/edit refactor these into an angular flex layout on one line"
                                      β€œ/edit define a type here for a list of lists of dictionaries”

                                      Generate files from scratch
                                      β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
                                      Open a blank file and let Continue start new Python scripts, React components, etc.

                                      β€œ/edit get me started with a basic supabase edge function”
                                      β€œ/edit implement a c++ shortest path algo in a concise way”
                                      β€œ/edit create a docker compose file with php and mysql server"

                                      1 Reply Last reply
                                      1
                                      • L LoudLemur

                                        @jdaviescoates said in AI on Cloudron:

                                        ask an AI to create those animations based on those scripts.

                                        non-Free Cascadeur can help make models, but automation is not yet here:
                                        https://invidious.projectsegfau.lt/watch?v=JrddPZmUHvE&si=FW0u3Fdpu6U7ZrTC&quality=dash

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

                                        @LoudLemur said in AI on Cloudron:

                                        @jdaviescoates said in AI on Cloudron:

                                        ask an AI to create those animations based on those scripts.

                                        non-Free Cascadeur can help make models, but automation is not yet here:
                                        https://invidious.projectsegfau.lt/watch?v=JrddPZmUHvE&si=FW0u3Fdpu6U7ZrTC&quality=dash

                                        Thanks but I'm thinking much more simple animation. Like those classic Whiteboard style ones (made especially famous by RSA shorts), or even just the Xtranormal type ones.

                                        I found https://wave.video which was pretty impressive TBH, I just gave it a link to a webpage and it did a pretty good job and making a nice video out of it (but then wanted $25 for me to download the video it auto-generated, hence why I'm not sharing it with you here)

                                        I use Cloudron with Gandi & Hetzner

                                        L 1 Reply Last reply
                                        1
                                        • jdaviescoatesJ jdaviescoates

                                          @LoudLemur said in AI on Cloudron:

                                          @jdaviescoates said in AI on Cloudron:

                                          ask an AI to create those animations based on those scripts.

                                          non-Free Cascadeur can help make models, but automation is not yet here:
                                          https://invidious.projectsegfau.lt/watch?v=JrddPZmUHvE&si=FW0u3Fdpu6U7ZrTC&quality=dash

                                          Thanks but I'm thinking much more simple animation. Like those classic Whiteboard style ones (made especially famous by RSA shorts), or even just the Xtranormal type ones.

                                          I found https://wave.video which was pretty impressive TBH, I just gave it a link to a webpage and it did a pretty good job and making a nice video out of it (but then wanted $25 for me to download the video it auto-generated, hence why I'm not sharing it with you here)

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

                                          @jdaviescoates said in AI on Cloudron:

                                          Thanks but I'm thinking much more simple animation. Like those classic Whiteboard style ones (made especially famous by RSA shorts),

                                          Those were great videos. The whiteboard sketches really helped hold the attention and were a pleasure to watch and often funny. I think I have a clear idea of the sort of thing you are looking for now. It is the sort of thing that would lend itself to text-to-image very well indeed, I would say. I hope you are eventually able to do it!

                                          1 Reply Last reply
                                          1
                                          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