Search Results for "matlab face code" - Page 18

Showing 444 open source projects for "matlab face code"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 1

    CADA

    CADA: a toolbox that computes analytic derivatives of MATLAB functions

    CADA is a MATLAB toolbox for computing analytic derivatives of functions defined by MATLAB computer programs. CADA uses operator overloading together in such a manner that a new computer code is generated that contains the derivative of the original function. CADA generates derivatives in a sparse manner, that is, only the nonzero derivatives (along with the corresponding indices) are shown in the derivative code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    optragen

    Optimal Trajectory Generation Software for MATLAB

    This is a MATLAB toolbox that transforms optimal control problems into nonlinear programming problems, which can be solved using MATLAB or other solvers like SNOPT. The current version only interfaces with SNOPT. You will need MATLAB, along with symbolic and spline toolbox to run this code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is a Matlab Code to build your own speed meter for a Powerball using a coil of enamelled copper wire, an audio cable and a computer with Matlab. Check the code at: http://ovilloenredado.blogspot.com/2009/01/lets-powerball-ii-diy-digital-speed.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Bibtex2bibitem

    Bibtex to bibitem converter matlab code

    Although, there is a way to convert the BibTeX into bibitem, but sometimes I feel annoying to do while you are working on specific style and mostly provide you some errors that need troubleshooting which really affecting the focus and continuity of work. Hence, this Matlab code is ready to convert the bibitems from BibTeX cited by google scholar or others relevant formats. * Instructions about how to use the function: 1. Save the BibTeX in text file and copy the path. (i.e. C:\Users\...\Desktop\BibTeX.txt) 2. Open matlab m-file as attached and run it, you will get error for the first time, but its okay. 3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5

    NonLinDRHAMatlab

    Matlab code for non-linear dynamic response history analysis of one-dimensional multi-degree of freedom systems for estimation of structural response to dynamic loads (earthquakes, vibrations, shocks, etc.)

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GURLS

    GURLS

    Grand Unified Regularized Least Squares

    ... * Wide range of optimization routine. Please contact us if you want to join the developers' team or, otherwirse, feel free to download and use the library in your code and send us feedbacks about existing bugs, possible improvements and further developments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OmniDJ

    OmniDJ

    OmniDJ base project repository

    OmniDJ main public repository This repository contains the following main items: The SotA face recognition engine including facial feature analysis based on : FaceNet - the actual SotA analysis from Deep Face Recognition: A Survey The neural style augmentation of video streams based on Neural Style Transfer: A Review The image augmentation appraoch based on Deep Dream The provided source code is published open-source under Creative Commons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    TPs

    Mini-projets dealing with numerical physics.

    This project is used to share code between collaborators on several projects pertaining to a class Numerical Physics class taken at Université Laval during the semester of Winter 2012.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MatForce is a compiler that translates MatLab scripts into self-contained C++ code, producing human-readable, extensible C++ sources that can be fitted to the needs of the encapsulating application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10

    drows-detect

    This Program detects drowsiness by a person's face

    About: This idea of this project came to me when searching throught the web and stumbling upon a random search statistic about Accidents caused by the Sleeping. What it does: This Program works by detecting faces, finding facial landmarks on them, extracting corrdinates of both eyes, calculating the Eye-aspect-ratio and then determining whether the eye is closed on not. If the eye is closed for long enough, it will start the alarm on a seperate thread and then put an alert on screen....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    golib

    C++ collection mostly for image processing

    libGo is a C++ class library containing all kinds of things that proved useful to me. Included are: - Linear algebra, using LAPACK and CBLAS - V4L(1) image grabber - Multithreading - Image containers (up to 3D) - Some simple optimisation code - Python embedding helper - Matlab interface - .. and other things, have a look at the HTML documentation! golib grew over many years, things I had use for have been added now and then. Some parts are better taken care of than others. If you find anything spectacularly wrong or badly documented, and need assistance, please drop me a line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    wav2vec2-large-xlsr-53-portuguese

    wav2vec2-large-xlsr-53-portuguese

    Portuguese ASR model fine-tuned on XLSR-53 for 16kHz audio input

    wav2vec2-large-xlsr-53-portuguese is an automatic speech recognition (ASR) model fine-tuned on Portuguese using the Common Voice 6.1 dataset. It is based on Facebook’s wav2vec2-large-xlsr-53, a multilingual self-supervised learning model, and is optimized to transcribe Portuguese speech sampled at 16kHz. The model performs well without a language model, though adding one can improve word error rate (WER) and character error rate (CER). It achieves a WER of 11.3% (or 9.01% with LM) on Common...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A console based application to build computer based tests to conduct exams Initially written in Turbo C Recently adopted to RAD C++ Builder Version 10.3 No one (an individual/organization/company/educational institution) should copy or make use (i.e., copy or alter) of this source code without prior permission of the original author of the software i.e., K Chandrasekhar Omkar. Should anyone require access to it for any purpose, a letter has to be sent in written format to the afore mentioned author in scanned copy and obtain his permission again in written format in scanned copy. Any attempts to reverse engineer the build of the product, will be treated as a severe criminal offense, and should face the legal proceedings in the purview of the high court of Andhra Pradesh, or any other court of the K Chandrasekhar Omkar's will, along with payment of 5 trillion USD for any of the afore mentioned crime(s).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OpenVLA 7B

    OpenVLA 7B

    Vision-language-action model for robot control via images and text

    OpenVLA 7B is a multimodal vision-language-action model trained on 970,000 robot manipulation episodes from the Open X-Embodiment dataset. It takes camera images and natural language instructions as input and outputs normalized 7-DoF robot actions, enabling control of multiple robot types across various domains. Built on top of LLaMA-2 and DINOv2/SigLIP visual backbones, it allows both zero-shot inference for known robot setups and parameter-efficient fine-tuning for new domains. The model...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    VaultGemma

    VaultGemma

    VaultGemma: 1B DP-trained Gemma variant for private NLP tasks

    VaultGemma is a sub-1B parameter variant of Google’s Gemma family that is pre-trained from scratch with Differential Privacy (DP), providing mathematically backed guarantees that its outputs do not reveal information about any single training example. Using DP-SGD with a privacy budget across a large English-language corpus (web documents, code, mathematics), it prioritizes privacy over raw utility. The model follows a Gemma-2–style architecture, outputs text from up to 1,024 input tokens,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BLEURT-20-D12

    BLEURT-20-D12

    Custom BLEURT model for evaluating text similarity using PyTorch

    BLEURT-20-D12 is a PyTorch implementation of BLEURT, a model designed to assess the semantic similarity between two text sequences. It serves as an automatic evaluation metric for natural language generation tasks like summarization and translation. The model predicts a score indicating how similar a candidate sentence is to a reference sentence, with higher scores indicating greater semantic overlap. Unlike standard BLEURT models from TensorFlow, this version is built from a custom PyTorch...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TARILIO

    TARILIO

    Advanced Full Text Search + AI Assistant + Local Server for LLMs

    TARILIO Pro platform for Information Retrieval that can work on a LAN as both client and LLM server. Advanced features: set LLM sampler parameters, scrolling index vocabulary, multilingual stemming, synonyms. MCP Client. UI can be translated using a free Language File Translator. Uses Llama Sharp and Lucene search engine . Open source and free. TARILIO PRO commercial version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Server/Client System for managing a Scientific Journal. Cross platform wxWidgets based.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Quick-Safe

    Quick-Safe

    Generate strong and secure passwords with QuickSafe ,

    QuickSafe is an open-source password generator designed to bolster online security by generating robust and secure passwords. This project addresses the growing need for enhanced password strength in the face of escalating cyber threats. QuickSafe empowers users to create highly secure passwords through a diverse character set, including uppercase and lowercase letters, numbers, symbols, and more. With the increasing frequency of online security breaches, having a reliable password generator...
    Downloads: 0 This Week
    Last Update:
    See Project