awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to fartashf/vsepp

Open-source alternatives to Vsepp

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

  • jacobgil/pytorch-explain-black-boxJ

    jacobgil/pytorch-explain-black-box

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • isht7/pytorch-deeplab-resnetI

    isht7/pytorch-deeplab-resnet

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • castorini/honkC

    castorini/honk

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • dmitryulyanov/deep-image-priorDmitryUlyanov का अवतार

    DmitryUlyanov/deep-image-prior

    8,085GitHub पर देखें↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    GitHub पर देखें↗8,085
  • facebookresearch/fadernetworksfacebookresearch का अवतार

    facebookresearch/FaderNetworks

    762GitHub पर देखें↗

    PyTorch implementation of Fader Networks (NIPS 2017).

    Python
    GitHub पर देखें↗762

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
huggingface/torchmojihuggingface का अवतार

huggingface/torchMoji

922GitHub पर देखें↗

😇A pyTorch implementation of the DeepMoji model: state-of-the-art deep learning model for analyzing sentiment, emotion, sarcasm etc

Pythondeep-learningmachine-learningnatural-language-processing
GitHub पर देखें↗922
  • bearpaw/pytorch-classificationbearpaw का अवतार

    bearpaw/pytorch-classification

    1,740GitHub पर देखें↗

    Classification with PyTorch.

    Pythoncifar10cifar100classification
    GitHub पर देखें↗1,740
  • cadene/vqa.pytorchC

    Cadene/vqa.pytorch

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • clementpinard/depthnetC

    ClementPinard/DepthNet

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • devendrachaplot/deeprl-groundingdevendrachaplot का अवतार

    devendrachaplot/DeepRL-Grounding

    237GitHub पर देखें↗

    Train an RL agent to execute natural language instructions in a 3D Environment (PyTorch)

    Python
    GitHub पर देखें↗237
  • dyhan0920/pyramidnet-pytorchdyhan0920 का अवतार

    dyhan0920/PyramidNet-PyTorch

    270GitHub पर देखें↗

    A PyTorch implementation for PyramidNets (Deep Pyramidal Residual Networks, https://arxiv.org/abs/1610.02915)

    Python
    GitHub पर देखें↗270
  • eladhoffer/seq2seq.pytorchE

    eladhoffer/seq2seq.pytorch

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • harshtrivedi/nmn-pytorchH

    HarshTrivedi/nmn-pytorch

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • higgsfield/capsule-network-tutorialhiggsfield का अवतार

    higgsfield/Capsule-Network-Tutorial

    765GitHub पर देखें↗

    This is easy-to-follow Capsule Network tutorial with clean readable code: Capsule Network.ipynb

    Jupyter Notebook
    GitHub पर देखें↗765
  • aaron-xichen/pytorch-playgroundaaron-xichen का अवतार

    aaron-xichen/pytorch-playground

    2,714GitHub पर देखें↗

    Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    GitHub पर देखें↗2,714
  • bamos/densenet.pytorchbamos का अवतार

    bamos/densenet.pytorch

    838GitHub पर देखें↗

    A PyTorch implementation of DenseNet.

    Python
    GitHub पर देखें↗838
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0GitHub पर देखें↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    GitHub पर देखें↗0
  • c0nn3r/retinanetC

    c0nn3r/RetinaNet

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • 1zb/deformable-convolution-pytorch1zb का अवतार

    1zb/deformable-convolution-pytorch

    410GitHub पर देखें↗

    PyTorch implementation of Deformable Convolution

    Cuda
    GitHub पर देखें↗410
  • amdegroot/ssd.pytorchamdegroot का अवतार

    amdegroot/ssd.pytorch

    5,224GitHub पर देखें↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    Pythoncomputer-visiondeep-learningimage-recognition
    GitHub पर देखें↗5,224
  • desimone/pytorch-cat-vs-dogsD

    desimone/pytorch-cat-vs-dogs

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • davexpro/pytorch-pose-estimationDavexPro का अवतार

    DavexPro/pytorch-pose-estimation

    159GitHub पर देखें↗

    PyTorch Implementation of Realtime Multi-Person Pose Estimation project.

    Jupyter Notebook
    GitHub पर देखें↗159
  • 1adrianb/face-alignment1adrianb का अवतार

    1adrianb/face-alignment

    7,518GitHub पर देखें↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    GitHub पर देखें↗7,518
  • aosokin/biogansA

    aosokin/biogans

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • eladhoffer/captiongenE

    eladhoffer/captionGen

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • eladhoffer/convnet.pytorchE

    eladhoffer/convNet.pytorch

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • fxia22/pointnet.pytorchF

    fxia22/pointnet.pytorch

    0GitHub पर देखें↗

    This repo is implementation for PointNet(https://arxiv.org/abs/1612.00593) in pytorch. The model is in pointnet/model.py.

    GitHub पर देखें↗0
  • hanzhanggit/stackgan-v2hanzhanggit का अवतार

    hanzhanggit/StackGAN-v2

    847GitHub पर देखें↗

    StackGAN-v1: Tensorflow implementation

    Python
    GitHub पर देखें↗847
  • hengyuan-hu/bottom-up-attention-vqaH

    hengyuan-hu/bottom-up-attention-vqa

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • jacobgil/pytorch-grad-camjacobgil का अवतार

    jacobgil/pytorch-grad-cam

    12,893GitHub पर देखें↗

    This project is a computer vision explainable AI library and framework for PyTorch, providing a suite of tools to visualize and audit the internal decision-making processes of deep neural networks. It serves as a neural network attribution tool and debugging utility to identify which image regions drive model predictions. The library is distinguished by its support for both gradient-based and gradient-free attribution methods, allowing for the generation of visual heatmaps and attribution maps without requiring modifications to the original model source code. It further differentiates itself

    Python
    GitHub पर देखें↗12,893