awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mahyarnajibi/ssh

Open-source alternatives to Mahyarnajibi SSH

30 open-source projects similar to mahyarnajibi/ssh, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Mahyarnajibi SSH alternative.

  • peiyunh/tinypeiyunh avatar

    peiyunh/tiny

    1,143View on GitHub↗

    By Peiyun Hu and Deva Ramanan at Carnegie Mellon University.

    MATLAB
    View on GitHub↗1,143
  • paddlepaddle/modelsPaddlePaddle avatar

    PaddlePaddle/models

    6,935View on GitHub↗

    PaddlePaddle 提供了丰富的计算单元,使得用户可以采用模块化的方法解决各种学习问题。在此Repo中,我们展示了如何用 PaddlePaddle来解决常见的机器学习任务,提供若干种不同的易学易用的神经网络模型。PaddlePaddle用户可领取免费Tesla V100在线算力资源,高效训练模型,每日登陆即送12小时,连续五天运行再加送48小时,前往使用免费算力。

    Python
    View on GitHub↗6,935
  • sfzhang15/sfdsfzhang15 avatar

    sfzhang15/SFD

    523View on GitHub↗

    By Shifeng Zhang

    Matlab
    View on GitHub↗523
  • bairdzhang/smallhardfacebairdzhang avatar

    bairdzhang/smallhardface

    139View on GitHub↗

    Link to the trained model

    C++
    View on GitHub↗139
  • deepinsight/insightfacedeepinsight avatar

    deepinsight/insightface

    29,002View on GitHub↗

    InsightFace is a comprehensive deep learning framework designed for face recognition, biometric identity verification, and feature extraction. It provides a specialized engine for one-to-one verification and one-to-many identification tasks, utilizing convolutional neural networks to transform raw image pixels into high-dimensional vector embeddings. The project includes a complete toolkit for detecting, aligning, and processing facial data to ensure consistent identity discrimination. Beyond core recognition, the platform distinguishes itself through an extensive model management and optimiz

    Pythonage-estimationarcfaceface-alignment
    View on GitHub↗29,002

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • vipstone/faceaivipstone avatar

    vipstone/faceai

    11,088View on GitHub↗

    Faceai is a computer vision toolkit designed for facial analysis, identity recognition, and image processing. It provides integrated engines for detecting human faces in static images and live video streams, matching facial encodings against identity databases, and mapping facial landmarks to understand geometric structure and alignment. The project enables real-time augmented reality applications, such as applying virtual makeup and digital accessories by scaling assets to detected facial coordinates. It also includes a suite for digital image restoration capable of removing noise, erasing w

    Pythondlibkerasopencv
    View on GitHub↗11,088
  • jack-cv/pcnJack-CV avatar

    Jack-CV/PCN

    1,084View on GitHub↗

    This code is distributed under the BSD 2-Clause license.

    C++
    View on GitHub↗1,084
  • jiaxiongq/slimconvJiaxiongQ avatar

    JiaxiongQ/SlimConv

    20View on GitHub↗

    This repository contains the code (in PyTorch) for SlimConv: Reducing Channel Redundancy in Convolutional Neural Networks by Features Recombining paper (TIP 2021)

    Python
    View on GitHub↗20
  • kazuto1011/deeplab-pytorchkazuto1011 avatar

    kazuto1011/deeplab-pytorch

    1,103View on GitHub↗

    This is an unofficial PyTorch implementation of DeepLab v2 1 with a ResNet-101 backbone. COCO-Stuff dataset 2 and PASCAL VOC dataset 3 are supported. The official Caffe weights provided by the authors can be used without building the Caffe APIs. DeepLab v3/v3+ models with the identical…

    Python
    View on GitHub↗1,103
  • lukemelas/efficientnet-pytorchlukemelas avatar

    lukemelas/EfficientNet-PyTorch

    8,223View on GitHub↗

    This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model library providing architectures for image classification and high-level feature extraction, including pre-trained weights for immediate image categorization. The library supports transfer learning by allowing the modification of model architectures and output layers to accommodate a custom number of classes for new datasets. It also includes a model exporter to convert trained PyTorch weights into the ONNX format for production inference. The system covers broader computer vis

    Python
    View on GitHub↗8,223
  • lxg2015/faceboxeslxg2015 avatar

    lxg2015/faceboxes

    130View on GitHub↗

    faceBoxes: a cpu real-time face detector with hight accuracy

    Python
    View on GitHub↗130
  • maharshi95/hyperfacemaharshi95 avatar

    maharshi95/HyperFace

    10View on GitHub↗

    A TensorFlow implementation of the following paper by Rajeev Ranjan, Vishal M. Patel and Rama Chellappa published in TPAMI: HyperFace: A Deep Multi-task Learning Framework for Face Detection, Landmark Localization, Pose Estimation, and Gender Recognition

    Python
    View on GitHub↗10
  • natanielruiz/dockerfacenatanielruiz avatar

    natanielruiz/dockerface

    191View on GitHub↗

    Face detection using deep learning.

    Dockerfile
    View on GitHub↗191
  • nenadmarkus/piconenadmarkus avatar

    nenadmarkus/pico

    664View on GitHub↗

    A minimalistic framework for real-time object detection (with a pre-trained face detector)

    C
    View on GitHub↗664
  • po0ya/face-magnetP

    po0ya/face-magnet

    0View on GitHub↗
    View on GitHub↗0
  • seetaface/seetafaceengineseetaface avatar

    seetaface/SeetaFaceEngine

    4,638View on GitHub↗

    SeetaFaceEngine is a C++ face recognition engine designed to detect, align, and identify human faces. It functions as a native library that performs facial analysis without relying on external third-party software libraries. The system utilizes a convolutional neural network framework for facial feature extraction and identity matching, representing identities as numerical feature-vector embeddings. It employs a funnel-structured cascade schema for real-time face localization and stacked auto-encoder networks to normalize facial orientation through landmark alignment. The toolkit integrates

    C++
    View on GitHub↗4,638
  • sfzhang15/faceboxessfzhang15 avatar

    sfzhang15/FaceBoxes

    591View on GitHub↗

    By Shifeng Zhang

    C++
    View on GitHub↗591
  • shiluo1990/sfashiluo1990 avatar

    shiluo1990/SFA

    5View on GitHub↗

    This repository includes the training and evaluating codes for SFA face detector, implemented in pycaffe. The SFA codes is an extension of the SSH repository. Our method is trained on the training set of the WIDER FACE dataset. If it is useful, please light up a star for this repository.

    Python
    View on GitHub↗5
  • shiqiyu/libfacedetectionShiqiYu avatar

    ShiqiYu/libfacedetection

    12,749View on GitHub↗

    libfacedetection is a C++ face detection library and computer vision tool. It utilizes a neural network face detector to identify human faces in images and return bounding box coordinates. The library is designed for low latency and high throughput processing, enabling real-time face detection in image and video streams. It supports automated image analysis for identifying coordinates of human faces across large batches of photos and high-performance video processing.

    C++
    View on GitHub↗12,749
  • tencentyouturesearch/facedetection-dsfdTencentYoutuResearch avatar

    TencentYoutuResearch/FaceDetection-DSFD

    5View on GitHub↗

    see details at https://github.com/Tencent/FaceDetection-DSFD

    View on GitHub↗5
  • tensorflow/tputensorflow avatar

    tensorflow/tpu

    5,281View on GitHub↗

    This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and deploying large-scale AI models on Cloud TPU hardware. It serves as a framework for managing the lifecycle of accelerator clusters, including hardware orchestration and the provisioning of high-performance compute infrastructure for machine learning workloads. The project specifically enables the pre-training of foundation models, large language models, and complex reasoning architectures through distributed training toolkits and multi-host scaling recipes. It further provide

    Jupyter Notebook
    View on GitHub↗5,281
  • tfwu/facedetectionconvnet-3dT

    tfwu/FaceDetectionConvNet-3D

    0View on GitHub↗
    View on GitHub↗0
  • tongjiangwei/featurefusiontongjiangwei avatar

    tongjiangwei/FeatureFusion

    7View on GitHub↗

    A new method to fuse high-level features and low-level features in human pose estimation

    Python
    View on GitHub↗7
  • wincle/npdW

    wincle/NPD

    0View on GitHub↗

    The C++ implementation of A Fast and Accurate Unconstrained Face Detector.

    View on GitHub↗0
  • yangyanli/do-convyangyanli avatar

    yangyanli/DO-Conv

    200View on GitHub↗

    Created by Jinming Cao , Yangyan Li , Mingchao Sun, Ying Chen , Dani Lischinski , Daniel Cohen-Or , Baoquan Chen , and Changhe Tu . Transactions on Image Processing (TIP) 2022.

    Python
    View on GitHub↗200
  • andrew-qibin/spnetAndrew-Qibin avatar

    Andrew-Qibin/SPNet

    413View on GitHub↗

    This repository is a PyTorch implementation for our CVPR2020 paper (non-commercial use only).

    Python
    View on GitHub↗413
  • zeusees/faceboxesZ

    zeusees/FaceBoxes

    0View on GitHub↗
    View on GitHub↗0
  • d-li14/psconvd-li14 avatar

    d-li14/PSConv

    174View on GitHub↗

    ECCV 2020 PSConv: Squeezing Feature Pyramid into One Compact Poly-Scale Convolutional Layer

    Python
    View on GitHub↗174
  • dingxiaoh/acnetDingXiaoH avatar

    DingXiaoH/ACNet

    851View on GitHub↗

    Update (Aug 17, 2021): refactored the code of ACB. The readability has been greatly improved. You may call switchtodeploy of an ACB to convert it to the inference-time structure. If you use ACB in your own model, the conversion is as easy as `` for m in yourmodel.modules(): if hasattr(m,…

    Python
    View on GitHub↗851
  • goatmessi7/rfbnetGOATmessi7 avatar

    GOATmessi7/RFBNet

    1,419View on GitHub↗

    By Songtao Liu, Di Huang, Yunhong Wang

    Python
    View on GitHub↗1,419