Side Quest Devblog #1: These Fakes are getting Deep

This page summarizes the projects mentioned and recommended in the original post on dev.to

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. deepfake-lip-sync

    Deepfake model for syncing a person's lip to a given piece of audio

    View on GitHub

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. deepfake-lip-syncresults

    Discontinued [GET https://api.github.com/repos/BasicallyOk/deepfake-lip-syncresults: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

  4. tensorflow

    An Open Source Machine Learning Framework for Everyone

    # L2-normalize the encoding tensors image_encoding = tf.math.l2_normalize(image_encoding, axis=1) audio_encoding = tf.math.l2_normalize(audio_encoding, axis=1) # Find euclidean distance between image_encoding and audio_encoding # Essentially trying to detect if the face is saying the audio # Will return nan without the 1e-12 offset due to https://github.com/tensorflow/tensorflow/issues/12071 d = tf.norm((image_encoding - audio_encoding) + 1e-12, ord='euclidean', axis=1, keepdims=True) discriminator = keras.Model(inputs=[image_input, audio_input], outputs=[d], name="discriminator")

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Build, Innovate & Collaborate: Setting Up TensorFlow for Open Source Contribution! 🚀✨

    1 project | dev.to | 3 Nov 2024
  • Create ML models that can run in any environment

    1 project | news.ycombinator.com | 3 Oct 2024
  • TensorFlow: Democratizing Machine Learning with Open Source Power

    1 project | news.ycombinator.com | 5 Aug 2024
  • Release TensorFlow 2.17.0 · TensorFlow/TensorFlow

    1 project | news.ycombinator.com | 24 Jul 2024
  • TensorFlow-metal on Apple Mac is junk for training

    1 project | news.ycombinator.com | 16 Jan 2024