[AI] Can we create Ghibli Style image Locally?

Not Yet, I would say. At least not for me yet. It might be my skill or open-source AI limitations. I installed all of UI and AI in my Windows 11 machine WLS Ubuntu 24.04. You will need Python 3.10 and Git. If your machine configuration is new, your machine probably have higher version of […]
[Llama] Using Llama 3.2 11B Vision with Ollame in your local machine
After you install ollama, you can pull the model. Then, start ollama. It will start server can respond you with local AI which is Llama 3.2 11B here. Ollama provide Python and JavaScript Libraries you can install with pip and npm respectively. The details can be found https://ollama.com/blog/python-javascript-libraries Some other examples are also available from […]
[Llama] Using Llama 3.2 11B Vision in your local machine
I needed and/or wanted to have AI read OMR card for my work and was looking for the right model I can download and use it locally. I could find many models trained for OCR, but not at all for OMR. My best candidate was Meta Llama 3.2 11B Vision since this AI takes a […]