12 Ways to Make Money with AI
This guide outlines the 12 best ways to make money with AI in more than 4000 words (24 minute read time). We hold nothing back!
This guide outlines the 12 best ways to make money with AI in more than 4000 words (24 minute read time). We hold nothing back!
Evidence 1: LMSYS Leaderboard Evidence 2: OpenAI Simple Evals Benchmark Evidence 3: Analyzing the Sentiment of the OpenAI Community Evidence 4: Costs Evidence 5: Speed Evidence 6: Model Capabilities and Conceptual Differences Evidence 7: My Personal Opinion Clearly, GPT-4o wins. It was able to process my whole 160-page dissertation and provided well-thought out research gaps … Read more
Step 1: Visit the Yahoo Finance website of the stock you want to analyze. In my case, it was the NVIDIA and GOOGLE stocks. π https://finance.yahoo.com/quote/NVDA/key-statistics Step 2: Take a screenshot of the statistics tab using the screencapture software of your choice. Save everything including the non-visible parts of the page: Step 3: Paste the … Read more
Introduction to Hugging Face Hugging Face is a gem for AI enthusiasts like you, cradled by the innovation of French entrepreneurs ClΓ©ment Delangue, Julien Chaumond, and their team. Born in New York City, it’s a blossoming platform where open-source thrives. Imagine a playground where artificial intelligence and machine learning collide in harmonyβthat’s what Hugging Face … Read more
I just wanted to create a banner image for my social media account with Midjourney. But banner images are usually wide — while Midjourney returns a square image. π‘ Problem Formulation: How to make a wide banner image with Midjourney, i.e., how to change the aspect ratio? Here’s an example of the standard output for … Read more
Hi and welcome to this course on fine-tuning ChatGPT with the OpenAI API. In this course we’ll not just look at how to deal with the fine-tuning API endpoints itself, but also how to run the fine-tuned model, and most importantly, the data preparation and validation steps so that you will be able to do … Read more
Step 1: Open the Discord Midjourney bot or your Midjourney channel (public or private). Step 2: Click the + icon or pull the image file right in the input prompt. You want to have uploaded the image in Discord so you can get the image URL. Step 3: Open the image you just sent and … Read more
Step 1: Open a public or private Midjourney channel or the Midjourney Bot. Step 2: Type /imagine in the input prompt. Step 3: Right-click on the original image and copy image link, type the avatar creation prompt, followed by the cref command with the copied image link like so: Headshot image (avatar) in anyme style … Read more
To run Python code in ChatGPT, simply copy and paste or type the code in the prompt input field. ChatGPT figures out code automatically and internally calls the code interpreter. If you want newlines, you need to hit SHIFT + ENTER instead of ENTER only to prevent the partial code from being submitted prematurely. For … Read more
π‘ Why Is This The Most Powerful One-Liner? This one-liner demonstrates how just a single line of Python code can unlock the vast capabilities of AI, allowing you to interact with and get responses from a highly advanced model with ease, making powerful technology accessible with minimal effort. This assumes you’ve installed OpenAI with pip … Read more
I recently stumbled upon an amazing GitHub repository, “openai-gpts-data”, which is a treasure trove of data on 349K OpenAI Custom GPT models. This dataset is incredibly valuable for anyone involved in the tech, coding, or AI fields. If you’re a coder (like me) looking for real-world data to train your models, an AI expert keen … Read more
π‘ Midjourney has introduced a groundbreaking feature that allows users to maintain character consistency across different images. This tutorial will guide you through the process of utilizing this new feature, ensuring your characters remain consistent in various settings or scenes. This is useful if you’re creating a series for a graphic novel, developing characters for … Read more