Skip to content
#

large-codebase

Here are 5 public repositories matching this topic...

Language: All
Filter by language
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.

  • Updated Dec 4, 2021
  • Python

πŸŽ―πŸ“š Learnings: Design Patterns & Principles βœ¨πŸ’‘ This repo explores creational, structural, and behavioral patterns, along with Design principles. πŸš€πŸ§  By implementing these in Python, I aim to elevate my coding skills and understand how real-world systems are built with strong, scalable codebases. πŸ’»πŸ”₯

  • Updated Apr 8, 2025

A set of tools to use while coding using the Claude code cli. "smartgrep" is a grep-like tool that uses a semantic index of the codebase to provide Claudes with information tailored for how they think. Claudes love it! A "codebase-curator" Claude to assist the "developer" Claude in his coding tasks, together they implement fully integrated code.

  • Updated Jun 7, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the large-codebase topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the large-codebase topic, visit your repo's landing page and select "manage topics."

Learn more