This looks like a cool tool for a GUI to monitor and configure graphics cards.
I was looking for something like this when I found nvidia-smi. I’ll install it and see if it works or is not a good UX.… Read the rest “Cool AI Articles 16JUN2025 title”
Category: Uncategorized
-
Cool AI Articles 16JUN2025 title
-
Updated Persona MasterKey File output
Below is the chat and the outcome of the additional JSON in the Persona.MasterKey file.
,"experience_level": {
"type": null,
"description": null,
"options": [],
"value": null
},
"emotional_state": {
"type": null,
"description": null,
"value": null
},
"thinking_patterns": {
"type": null,
"description": … Read the rest “Updated Persona MasterKey File output” -
Call one script from another
https://www.geeksforgeeks.org/python/run-one-python-script-from-another-in-python/
# file_2.py# importing subprocess module
import subprocess# running other file using run()
subprocess.run(["python", "file_1.py"])Thank you,
Logan Bingham -
Hello World v2 Posted by API
This is my second post created using rest API
-
Hello World
This is my first post created using rest API
-
My AI Journey
This is my AI journey. I’ve been in IT since I was 19 and was looking for my next challenge when ChatGPT exploded and the GenAI race began. I knew about the attempts in the past to build AI and … Read the rest “My AI Journey”