Open in app

Sign in

Write

Sign in

MLBoy
MLBoy

530 Followers

Home

About

Oct 25

How to use the top model HAT in the super resolution category

Use the top benchmark model

Hat

3 min read

How to use the top model HAT in the super resolution category
How to use the top model HAT in the super resolution category
Hat

3 min read


Oct 16

Colab now writes code automatically using AI

Just type in the text and it will program it automatically. It is now possible to generate and run programs using English sentences. Below is the generated code import cv2 import numpy as np import time img1 = cv2.imread('image1.jpg') img2 = cv2.imread('image2.jpg') img1 = cv2.resize(img1, (img2.shape[1], img2.shape[0])) num_frames = 100 video = cv2.VideoWriter('cross_dissolve.mp4', cv2.VideoWriter_fourcc(*'mp4v'), 30, (img1.shape[1], img1.shape[0])) for i in range(num_frames): alpha = i / num_frames cross_dissolve = cv2.addWeighted(img1, alpha, img2, 1 - alpha, 0) video.write(cross_dissolve) video.release() cv2.destroyAllWindows()

Colab

1 min read

Colab now writes code automatically using AI
Colab now writes code automatically using AI
Colab

1 min read


Jul 2

Easy to use AI that explains images

AI that explains properly If you put an image, it will return text. It uses a library called LAVIS. It’s super easy to use. GitHub - salesforce/LAVIS: LAVIS - A One-stop Library for Language-Vision Intelligence LAVIS - A One-stop Library for Language-Vision Intelligence - GitHub - salesforce/LAVIS: LAVIS - A One-stop Library for…github.com Usage install pip install salesforce-lavis List of available models

Lavis

3 min read

Easy to use AI that explains images
Easy to use AI that explains images
Lavis

3 min read


Jun 15

SegmentAnything is amazing because it can cleanly segment anything (cut out objects)

Edit segments of any object at will

Semantic Segmentation

5 min read

SegmentAnything is amazing because it can cleanly segment anything (cut out objects)
SegmentAnything is amazing because it can cleanly segment anything (cut out objects)
Semantic Segmentation

5 min read


Jun 6

Convert Yolov8 to CoreML and use it on iPhone

Use object detection AI on your smartphone Yolov8 is a popular object detection model. In this article, we will make Yolov8 available for iOS. GitHub - ultralytics/ultralytics: NEW - YOLOv8 🚀 in PyTorch > ONNX > CoreML > TFLite Ultralytics YOLOv8 is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO…github.com Method Install Yolov8 and download model checkpoint. (A list of model checkpoints can be found in the ultralytics repository above.)

Machine Learning

1 min read

Convert Yolov8 to CoreML and use it on iPhone
Convert Yolov8 to CoreML and use it on iPhone
Machine Learning

1 min read


Mar 22

Generate game characters with AI [Stable Diffusion on Mac]

Create game character pictures with AI Game character art is worth it. The user spins the gacha and charges for the character picture. This time, I will try to make a character picture in one shot with AI. You can do it on your Mac. Download model There are several AIs that can generate game/anime style characters, but…

AI

2 min read

Generate game characters with AI [Stable Diffusion on Mac]
Generate game characters with AI [Stable Diffusion on Mac]
AI

2 min read


Mar 21

Prompt tips for generating realistic human images with StableDiffusion

Tips for creating good looking images The image generation AI StableDiffusion is a hot topic, but there are some tricks to generating high-quality, high-quality realistic human images that you often see on SNS. In this article, I’ll show you some examples of what words can be used to produce high-quality images. WebUI is convenient for trying…

AI

3 min read

Prompt tips for generating realistic human images with StableDiffusion
Prompt tips for generating realistic human images with StableDiffusion
AI

3 min read


Mar 20

Let AI learn a person and generate various free images of that person

Create your own free stock images Free Images are convenient, aren’t they? It’s commercial-friendly, so you can use it on your own web page, app, or ad. Images like this ↓

AI

4 min read

Let AI learn a person and generate various free images of that person
Let AI learn a person and generate various free images of that person
AI

4 min read


Mar 19

You can too! Create a 4-panel cartoon of Snow White with the topical image generation AI StableDiffusion [Comes with a Colab notebook that can be done just by running]

Is it a loss if you don’t do it? AI that you can use now Image generation AI is a hot topic, but people who use it seem to be having fun and are cunning! We want to use it ourself! I don’t know how to use it when I use it. It was really easy. This time, We will try to make four panels…

AI

3 min read

You can too!
You can too!
AI

3 min read


Mar 17

AI that generates unlimited portrait rights-free portrait images

Wouldn’t it be nice to have free, (nearly) unlimited amounts of free, high-quality portraits of people to use in your ads and websites? There are several websites that provide images of free materials, but there are limits to images of people. If AI is used, it is possible to generate as many…

AI

3 min read

AI that generates unlimited portrait rights-free portrait images
AI that generates unlimited portrait rights-free portrait images
AI

3 min read

MLBoy

MLBoy

530 Followers

Freelance iOS developer. You can ask me for a job from any country. rockyshikoku@gmail.com https://github.com/john-rocky https://twitter.com/JackdeS11

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams