Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinknights29/visual-search-system
This project builds a visual search system following the design from `Machine Learning System Design Interview` by Ali Aminian and Alex Xu
https://github.com/kevinknights29/visual-search-system
Last synced: 23 days ago
JSON representation
This project builds a visual search system following the design from `Machine Learning System Design Interview` by Ali Aminian and Alex Xu
- Host: GitHub
- URL: https://github.com/kevinknights29/visual-search-system
- Owner: kevinknights29
- License: mit
- Created: 2024-03-25T03:20:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T16:57:54.000Z (8 months ago)
- Last Synced: 2024-05-08T00:23:59.571Z (6 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Visual-Search-System
This project builds a visual search system following the design from [`Machine Learning System Design Interview` by Ali Aminian and Alex Xu](https://amzn.to/3Pyd1Ak).
## Checklist
Remove once all items have been checked.
## Topics
1. [Overview](#overview)
2. [Goals](#goals)
3. [Scope and Context](#scope-and-context)
4. [System Design](#system-design)
5. [Alternatives Considered](#alternatives-considered)
6. [Learning Logs](#learning-logs)
7. [Resources](#resources)---
## Overview
## Goals
## Scope and Context
## System Design
## Alternatives Considered
## Learning Logs
| Date | Learning |
|------|----------|
| | |## Resources
- [`Machine Learning System Design Interview` by Ali Aminian and Alex Xu](https://amzn.to/3Pyd1Ak)