If you were born a man, you would sometimes want to be a woman. So, this time, we will use PyTorch to create an AI that feminizes the CEO in DeepFake. Please note that DeepFake is legally dangerous due to portrait rights issues. Please do not do unscrupulous business such as pasting the face of…
Month: January 2023
【Stable Diffusion】I implemented "Unstable Illusion" that turns text into hallucinations!
Stable Diffusion and Unstable Illusion Stable Diffusion is trendy, isn't it? This is explained in detail in the following article, etc., so please refer to it. So we paid homage to Stable Diffusion and I created Unstable Illusion. Stable Diffusion = Stable Diffusion ↑ vs. Unstable Illusion = Unstable Vision It is. Because Anyone who…
【Stable Diffusion】I implemented "Unstable Illusion" that turns text into hallucinations!
Stable Diffusion and Unstable Illusion Stable Diffusion is trendy, isn’t it? This is explained in detail in the following article, etc., so please refer to it. So we paid homage to Stable Diffusion and I created Unstable Illusion. Stable Diffusion = Stable Diffusion ↑ vs. Unstable Illusion = Unstable Vision It is. Because Anyone who…
About the 2022 Nobel Prize in Physics
Click here for the press release summary On October 4, 2022, the Nobel Prize in Physics was decided as follows: Alain Aspe Paris Sakurai University and École Polytechnique, Palaiseau, France John Crowther J.F. Crowther & Associates, Walnut Creek, California, USA Anton Seillinger Austria, University of Vienna They conducted groundbreaking experiments on "quantum entanglement" and their…
【MubertAI】AI that turns text into music realizes collaboration between Beatles and Queen
AI that turns text into music enables collaboration between Beatles and Queen I tried MubertAI, which turns text into music. The finished product Please take a look. The Beatles and the Queen Justin Bieber and Madonna John Lennon and Bob Dylan Chopin and Beethoven BTS and Blackpink Elvis Presley and Elton John Eminem and Taylor…
There are people who outsource their speeches by typing "I don't even have to speak myself" characters
First of all, the finished form Introducing D-ID Studio. (This is not a case.) ) Written content is gradually becoming less and less readable, video content takes time to create, and it is psychologically taxing for me to come forward and speak、、、 This makes me delicate. That said, I think you're more delicate. I don't…
Solving compounding problems with PulP, PySIMPLE and Gurobi
CBC What is PuLP? PuLP is an LP modeler written in Python. PuLP generates MPS or LP files, Linear problems can be solved by calling GLPK, COIN-OR CLP/CBC, CPLEX, GUROBI, MOSEK, XPRESS, CHOCO, MIPCL, and SCIP. Install Supported Python versions Example scan To create a new variable, use LpVariable(). 0 <= x <= 3: 0…
Organize your machine learning projects into your MLflowProjects
MLflowProjects What are MLFlowProjects? Rules for organizing and writing code. MLFlowProjects Introduction Flow Learn more Example of setting description for each environment Conda Environment conda_environment.yaml VIrtualenv 環境 python_env.yaml Docker container environment Example 1: Image Example 2: Mounting a Volume and Specifying Environment Variables Example 3: Image in a remote registry Example 4: Using a prebuilt…
MLFlowModels to package a machine learning model
What are MLFlowModels? A format for packaging machine learning models. MLFlowModels Introduction Flow Learn more Directory configuration my_model/├── MLmodel├── model.pkl├── conda.yaml├── python_env.yaml└── requirements.txt MLmodel Files flavors Column-based Tensorbase Log signed Column-based Tensorbase Model Input Column-based Tensorbase