Pages

Se afișează postările cu eticheta artificial intelligence. Afișați toate postările
Se afișează postările cu eticheta artificial intelligence. Afișați toate postările

vineri, 28 martie 2025

Windows 10 : Microsoft Edge WebView2 - stop PID's.

The Microsoft Edge WebView2 can stop some running software if the windows not work well.
I have on this laptop an old Windows 10 with 4 Gb RAM and some services go to low and PIS's are escape from basic running ...
The broker software cannot manage the all changes and Microsoft Edge WebView2 jump even on Copilot and stop my running work.
I thin k was a intrusinon on the windows os with some bad customization ...
Because I don't have time resource for learning Windows administrartion and for my provider of this local area network is a hacker or maybe is hached ... I use artificial intelligence to stop the Microsoft Edge WebView2 PID's that is stop and jump around ...
I created on admin command com this script to solve this part of runnig ...
@echo off
echo Closing processes named msedgewebview2...
tasklist | findstr "msedgewebview2" >nul
if %errorlevel%==0 (
    taskkill /IM msedgewebview2.exe /F
    echo Processes terminated successfully.
) else (
    echo No processes found with the name msedgewebview2.
)
pause

joi, 20 martie 2025

News : Beyond Connectivity: The AI-Powered Future of Telecom

... another video about NVIDIA and people and connectivity with artificial intelligence ...

News : Neural Network Size Comparison | 3D Animation

... from the Turing Time Machine YouTube channel. This old video from three days ago shows a 3D rendering about how big artificial intelligence can be.

duminică, 9 martie 2025

News : Pollo artificial intelligence online tool.

Generate stunning videos with Pollo AI's AI video generator supporting multiple AI video models, including Kling AI, Runway, Hailuo AI, Vidu AI, Luma AI, Pika AI, PixVerse AI, Seaweed, Wanx AI, Hunyuan, Google Veo 2, etc.
You can try on the official website.

News : Vidu artificial intelligence online tool.

Vidu is a video generation platform designed to empower enterprises and developers to effortlessly build and scale creative video-driven products. Combining advanced multimodal capabilities with robust performance, Vidu makes it easy to generate high-quality, visually stunning videos tailored to diverse use cases.
You can try on the official website.

sâmbătă, 8 martie 2025

News : supawork online tool with many artificial intelligence effects.

This online tool is another artificial intelligence online tool with many features and effects:
  • Image to Video
  • Text to Video
  • AI KungFu Video
  • AI Kissing Video
  • AI Hug Video
  • AI Hair Swap
  • All Effects
  • Professional Headshot
  • AI ID Photo Maker
  • AI Video Watermark Remover
  • AI Gif Watermark Remover
  • AI Image Watermark Remover

News : tailornova online tool with artificial intelligence.

Because is 8 march this can help many womens and mothers to create with artificial intelligence ...
Tailornova is a patent-pending online fashion design software that helps you create unlimited designs easier and faster than ever. Visualize your creations in 3D and get custom-fitted patterns in seconds.

sâmbătă, 22 februarie 2025

News : SkyworkAI models and projects.

Skywork series models are pre-trained on 3.2TB of high-quality multilingual (mainly Chinese and English) and code data. We have open-sourced the model, training data, evaluation data, evaluation methods, etc.
You can test on the official website.
When you start you have 25 credits and for full features you need to paid.
Another good project is SkyReels V1: The first and most advanced open-source human-centric video foundation model and you can read more on the github project.

joi, 30 ianuarie 2025

News : All artificial intelligence models one website.

If you know mathematics and are interested in artificial intelligence, then you can find a lot of information about models used and implemented on a website called classic artificialanalysis.
You can find all artificial intelligence models on this webpage.

miercuri, 29 ianuarie 2025

News : OpenAI online sprites generator.

The well-known website from OpenAI has come up with a new sprite generator feature. For those who work with graphics in games or other design software, this functionality can help you ... You can find it on this webpage. Craft pixel-perfect sprites with our AI Sprite Generator! Ideal for video games and retro projects.

marți, 28 ianuarie 2025

marți, 21 ianuarie 2025

News : tgpt artificial intelligence without API keys.

tgpt is a cross-platform command-line interface (CLI) tool that allows you to use AI chatbot in your Terminal without requiring API keys.
Currently available providers:
  • Blackbox AI (Blackbox model)
  • Duckduckgo (Supports several models)
  • Groq (Requires a free API Key. LLaMA2-70b & Mixtral-8x7b)
  • KoboldAI (koboldcpp/HF_SPACE_Tiefighter-13B)
  • Ollama (Supports many models)
  • OpenAI (All models, Requires API Key, supports custom endpoints)
  • Phind (Phind Model)
If Copilot doesn't help you much or other artificial intelligence solutions you can try this project called tgpt.
If the model needs a dedicated key then you can use with this tool
The GitHub project can be found on this repo.
You can install it on Windows with this PowerShell command:
PS D:\tgpt-main> powershell -Command "Start-Process powershell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File D:\tgpt-main\install-win.ps1' -Verb RunAs"
C:\>tgpt --help
Usage: tgpt [Flags] [Prompt]

Flags:
-s, --shell                                        Generate and Execute shell commands. (Experimental)
-c, --code                                         Generate Code. (Experimental)
-q, --quiet                                        Gives response back without loading animation
-w, --whole                                        Gives response back as a whole text
-img, --image                                      Generate images from text
--provider                                         Set Provider. Detailed information has been provided below. (Env: AI_PROVIDER)

Some additional options can be set. However not all options are supported by all providers. Not supported options will just be ignored.
--model                                            Set Model
--key                                              Set API Key
--url                                              Set OpenAI API endpoint url
--temperature                                      Set temperature
--top_p                                            Set top_p
--max_length                                       Set max response length
--log                                              Set filepath to log conversation to (For interactive modes)
--preprompt                                        Set preprompt
-y                                                 Execute shell command without confirmation

Options:
-v, --version                                      Print version
-h, --help                                         Print help message
-i, --interactive                                  Start normal interactive mode
-m, --multiline                                    Start multi-line interactive mode
-cl, --changelog                                   See changelog of versions

Providers:
The default provider is phind. The AI_PROVIDER environment variable can be used to specify a different provider.
Available providers to use: blackboxai, duckduckgo, groq, koboldai, ollama, openai and phind

Provider: blackboxai
Uses BlackBox model. Great for developers

Provider: duckduckgo
Available models: gpt-4o-mini (default), meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo, mistralai/Mixtral-8x7B-Instruct-v0.1, claude-3-haiku-20240307

Provider: groq
Requires a free API Key. Supports LLaMA2-70b & Mixtral-8x7b

Provider: koboldai
Uses koboldcpp/HF_SPACE_Tiefighter-13B only, answers from novels

Provider: ollama
Needs to be run locally. Supports many models

Provider: openai
Needs API key to work and supports various models. Recognizes the OPENAI_API_KEY and OPENAI_MODEL environment variables. Supports custom urls with --url

Provider: phind
Uses Phind Model. Great for developers

Examples:
tgpt "What is internet?"
tgpt -m
tgpt -s "How to update my system?"
tgpt --provider duckduckgo "What is 1+1"
tgpt --provider openai --key "sk-xxxx" --model "gpt-3.5-turbo" "What is 1+1"
cat install.sh | tgpt "Explain the code"

miercuri, 15 ianuarie 2025

News : Online tools and artificial intelligence by meshy.

This online tool use artificial intelligence to help with some features.
You can test free or paid, for 3D conversion from image to 3D object you can download a blend file type without animation.
I tested with a web photo and works well, the result is an low poly 3D model ...

sâmbătă, 11 ianuarie 2025

New : Invoke 5.5 brings new Flux Control Layers & all-in-one launcher/installer for Community Edition

Today I found this video about Invoke software on the youtube channel.
Invoke 5.5 is here, our final release of the year! This update brings cutting-edge features like Flux Canny and Depth Mapping models from Black Forest Lab and powerful new Regional Guidance tools to make your creative workflows faster, smarter, and more precise.
The software serves as a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies.

vineri, 10 ianuarie 2025

News : ... another video from the taskade online tool.

... if you want something easy and with good result to manage tasks and use easy artificial intelligence, then use the taskade online tool
They comes with another shor video about this tool:

News : n8n - online tool !

Today I found a good online tool with a good design and good graphics, named n8n.
n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. With 400+ integrations, native AI capabilities, and a fair-code license, n8n lets you build powerful automations while maintaining full control over your data and deployments.
Start with 14 days left in your free trial then from €24/ month and more ...
This tool help users to manage tasks.
You need to have A.P.I. access to special artificial intelligence tools and other tools ... but you can create also basics tasks - sending mails, write source code and create new ways to solve tasks.
The youtube official channel can be found on this url.
See this screenshot with this tool:

miercuri, 8 ianuarie 2025

News : 📢 KLING AI API adds "Virtual Try-On V1.5" & "Lip Sync"!

... many changes on this old online tool named KLING AI, today I tested this last feature - Lip Sync with and photo from web and works good !
The voices from Lip Sync feature are youthful, I had to slow down the speed of his speech.