large-codebase

There are 4 repositories under large-codebase topic.

  • daeisbae/open-repo-wiki

    You don’t need to read the code to understand how to build!

    Language:Python22258418
  • MobileNet_SSD-Detecting-Object

    khondokerjahid/MobileNet_SSD-Detecting-Object

    By using SSD, we only need to take one single shot to detect multiple objects within the image, while regional proposal network (RPN) based approaches such as R-CNN series that need two shots, one for generating region proposals, one for detecting the object of each proposal. Thus, SSD is much faster compared with two-shot RPN-based approaches.

    Language:Python3100
  • shaheennabi/Design_Principles_-_Patterns_My_learnings

    This repository explores creational, structural, and behavioral design patterns, along with core design principles. By implementing these in Python, I aim to strengthen my coding skills and understand how real-world systems are built with clean, scalable codebases.

  • nicmolica/snarl

    SNARL is a distributed dungeon crawler game. It is ASCII-based and played on the command line with 1-4 players.

    Language:Python0100