feat: basic function for management of people
- recognize people info by input text or image - create a people and save into relational database and vector database and object storage - delete a people by people id - get peoples with pagination and fitlers by gender, age and height - get peoples with topN and searching by nature language
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -205,3 +205,12 @@ cython_debug/
|
||||
marimo/_static/
|
||||
marimo/_lsp/
|
||||
__marimo__/
|
||||
|
||||
# Other
|
||||
uv.lock
|
||||
configuration/
|
||||
logs/
|
||||
.DS_Store
|
||||
|
||||
# Test
|
||||
localstore/
|
||||
|
||||
Reference in New Issue
Block a user