Best of OpenAIFebruary 2024

  1. 1
    Video
    Avatar of fireshipFireship·2y

    OpenAI shocks the world yet again… Sora first look

    OpenAI has released their latest AI video model called Sora, which can generate realistic videos up to a minute long. It uses a diffusion model and visual patches to generate video. The model's release and open source availability are uncertain.

  2. 2
    Article
    Avatar of supabaseSupabase·2y

    Build a content recommendation app with Flutter and OpenAI

    Learn how to create a Flutter movie-viewing app that recommends another movie based on what the user is viewing using a vector database and Open AI.

  3. 3
    Article
    Avatar of medium_jsMedium·2y

    Build an AI-powered LinkedIn profile reviewer: OpenAI Assistants API and Gpt-4-vision

    This post discusses how to build an AI-powered LinkedIn profile reviewer using OpenAI Assistants API and Gpt-4-vision. It covers the user experience, code breakdown, and the process of creating the Assistant. The article also provides information on scraping LinkedIn profiles and handling custom function calls. The final part of the article showcases the user interface and the main interaction logic of the application.

  4. 4
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Nvidia's New Chatbot Is Actually Useful

    Nvidia has released a new chatbot called Nvidia chat with RTX, which is based on generative pre-trained Transformer (GPT) models. The chatbot can be used to run open source models locally and can answer questions based on a limited set of data. It also allows users to provide their own data for training and can even give personalized advice based on YouTube videos.

  5. 5
    Article
    Avatar of logrocketLogRocket·2y

    Implementing vector search with OpenAI, Next.js, and Supabase

    Learn how to implement vector search functionality into a Next.js-powered site using a Supabase vector database and the OpenAI Embeddings API. Vector search allows for efficient comparison and retrieval of similar items based on their vector representations. It is widely used in natural language processing, recommendation systems, and image retrieval tools. Implementing vector search can improve the user experience of web applications by offering contextually relevant search results.

  6. 6
    Article
    Avatar of substackSubstack·2y

    Sam Altman Says GPT-5 Will Be ‘Okay’

    Sam Altman's messaging about GPT-5 and AGI is intentionally confusing, leaving readers unsure about the truth. Hype and anti-hype create a lack of nuance, and it's unclear if GPT-5 will meet expectations. Altman's moderation may be due to high hype or low results. It would be better if we left AI to grow without imposing unrealistic expectations.

  7. 7
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    BREAKING: OpenAI Announces Next-Generation Video Generation

    OpenAI has announced the release of Sora, a next-generation video generation tool. Sora can create realistic and imaginative scenes from text instructions and generate high-quality videos while maintaining visual quality. However, Sora may struggle with accurately simulating physics and understanding specific instances of cause and effect. OpenAI is taking extensive safety measures to prevent misuse of their technology, including working with red teams, enforcing usage policies, and developing detection classifiers.

  8. 8
    Video
    Avatar of communityCommunity Picks·2y

    AI Framework with DALL-E-3 and ChatGPT 4 in Next.js

    Use Chad GPT 4 and Dolly 3 images without a GPT Plus subscription using the Orcish AI Next.js framework. Get the repository link in the comments and join the Discord channel to share your created images.

  9. 9
    Video
    Avatar of communityCommunity Picks·2y

    Using DALL-E-3 to get AI Images in Next.js

    Learn how to implement the DALL-E-3 API in a Next.js app and create AI images with various levels of detail and artistic styles. Explore the possibilities of creating landscape examples, logos, and more. Check out the code and try it for yourself!

  10. 10
    Article
    Avatar of medium_jsMedium·2y

    Stock Market Sentiment Prediction with OpenAI and Python

    This article explores the use of OpenAI and Python for predicting stock market sentiment. It discusses the importance of sentiment analysis in making strategic decisions and introduces the Stock Market and Financial News API. The article provides step-by-step instructions on importing packages, activating the API key, extracting and cleaning the data, setting up the LLM chain, and visualizing the sentiment analysis results. The analysis reveals a prevailing optimistic sentiment towards Apple Inc. in recent news articles.