Pages

duminică, 20 aprilie 2025

News : Create 3d relief used sculptok blender plugin from SculptOK

SculptOK utilizes advanced AI tools to bring about endless possibilities and dramatically increase productivity. Experience how AI can benefit your organization today.
The official website can be found on this url.
See this video tutorial and you find the addon on the comments area :

News : The Easter Bunny 2025 with artificial intelligence.

The Easter Bunny (also called the Easter Rabbit or Easter Hare) is a folkloric figure and symbol of Easter, depicted as a rabbit —sometimes dressed with clothes—bringing Easter eggs. see the wikipedia article.
I tested the artificial intelligence for this theme few days ago. For cutting background I used an custom script.

sâmbătă, 19 aprilie 2025

News : Fiul Stelelor (1988) | Romanian Full Movie | Don't Miss Out!

Old romanian movie ... from the SilverFrameFilm-i6d - youtube channel.

News : Experience the Best Version of GTAV and GTA Online on PC with GTAV Enhanced

... from 4 days ago ...

News : OpenAI launches "genius" o4 model with a programming CLI tool...

... another video from the Fireship - the official youtube channel, old from two days ago !!

News : The Glory of Phoenix event.

Throughout the realms, whispers are spreading about a magnificent phoenix being carved from ancient stone, its form slowly emerging with each passing day. We hear that the Nomads and …

News : 10 Years of Elvenar! | 10th Anniversary | Elvenar

News : Tutorial: Making Undead Horsemen in Blender 3D!

News : How to Draw Minecraft Sheep | Step by Step Art Lesson for Beginners | 4K

News : ... free on Epic Games - 19 april 2025.

joi, 17 aprilie 2025

News : Soothing Minecraft - Relaxing Farm Morning

News : Immersive medical imaging visualization with Specto Medical and Unity

Immersive medical imaging visualization with Specto Medical and Unity
Specto Medical is a Swiss software company, founded in 2022, as a spin-off from the University of Basel, Switzerland. Specto Medical has evolved into a promising healthtech venture. Achieving regulatory milestones has been critical to Specto’s journey from research labs to operating rooms. With backing from Johnson & Johnson’s JLABS incubator and a successful seed round, the company recently achieved FDA 510(k) clearance for clinical use, with CE marking on the horizon. ...
See the article on that website.

Artificial Intelligence: Ollama duplicate model .

Ollama can be install on your computer and changed according with your hardware requirements.
I will show how to duplicate a model and use it, see these commands:
D:\AI_Ollama>ollama list
NAME                ID              SIZE      MODIFIED
orca-mini:3b        2dbd9f439647    2.0 GB    16 hours ago
tinyllama:latest    2644915ede35    637 MB    16 hours ago
gemma2:2b           8ccf136fdd52    1.6 GB    16 hours ago
llama3.1:latest     46e0c10c039e    4.9 GB    5 weeks ago
llava:latest        8dd30f6b0cb1    4.7 GB    2 months ago

D:\AI_Ollama>
D:\AI_Ollama>
D:\AI_Ollama>
D:\AI_Ollama>ollama show tinyllama:latest --modelfile
# Modelfile generated by "ollama show"
# To build a new Modelfile based on this, replace FROM with:
# FROM tinyllama:latest

FROM C:\Users\nicol\.ollama\models\blobs\sha256-2af...
TEMPLATE "<|system|>
{{ .System }}
<|user|>
{{ .Prompt }}
<|assistant|>
"
SYSTEM You are a helpful AI assistant.
PARAMETER stop <|system|>
PARAMETER stop <|user|>
PARAMETER stop <|assistant|>
PARAMETER stop 


D:\AI_Ollama>ollama show tinyllama:latest --modelfile >  new.modelfile

gathering model components
gathering model components
gathering model components
gathering model components
gathering model components
gathering model components
gathering model components
gathering model components
copying file sha256:2af3b81862c6be03c769683af18efdadb2c33f60ff32ab6f83e42c043d6c7816 100%
parsing GGUF
using existing layer sha256:2af3b81862c6be03c769683af18efdadb2c33f60ff32ab6f83e42c043d6c7816
using existing layer sha256:af0ddbdaaa26f30d54d727f9dd944b76bdb926fdaf9a58f63f78c532f57c191f
using existing layer sha256:c8472cd9daed5e7c20aa53689e441e10620a002aacd58686aeac2cb188addb5c
using existing layer sha256:fa956ab37b8c21152f975a7fcdd095c4fee8754674b21d9b44d710435697a00d
writing manifest
success

D:\AI_Ollama>ollama list
NAME                    ID              SIZE      MODIFIED
new-tinyllama:latest    add64faa5d3b    637 MB    5 seconds ago
orca-mini:3b            2dbd9f439647    2.0 GB    16 hours ago
tinyllama:latest        2644915ede35    637 MB    16 hours ago
gemma2:2b               8ccf136fdd52    1.6 GB    16 hours ago
llama3.1:latest         46e0c10c039e    4.9 GB    5 weeks ago
llava:latest            8dd30f6b0cb1    4.7 GB    2 months ago

D:\AI_Ollama>ollama run new-tinyllama:latest
>>> Hello
Yes, of course! I'm happy to hear that you found my message helpful. Let
me know if you have any further questions or concerns in the future. If
you need further assistance, feel free to reach out again at your
convenience. Have a great day!

>>> Send a message (/? for help)