forked from digitaldogsbody/nlpserver-fasttext
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ML endpoints #1
Open
DiegoPino
wants to merge
27
commits into
main
Choose a base branch
from
ML
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ML endpoints #1
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
71657c3
YOLO implementation
DiegoPino f05d332
Unit vector. If i am doing this right or not? Math from 1998 for me
DiegoPino a01bc9f
Allow Yolo model to be set via an ENV
DiegoPino ea0a041
Much better output. All JSON, no weird strings.
DiegoPino c00ac91
Adds mobilenetv3 embedder (size 1024) via mediapipe (tensorflow/google)
DiegoPino 9e3b0e1
adds Bert/sentence model loader and embedder
DiegoPino f99f5b2
return to 6400 for nlpserver.py
DiegoPino 8dd8af9
Ignore models when committing
DiegoPino 1023cdd
Smooth out the code
DiegoPino f8f97cd
Keep making the same mistakes. Gosh. No more alpha releases. let's gi…
DiegoPino 70c6150
Nop. probs are always None
DiegoPino b700b5e
Trying with norm L2, because dot_product between same vector is not 1…
DiegoPino 94c2be1
Literally need to stop doing this
DiegoPino 4b8a675
torch Tensor stuff condition + empirical confidence of at least 0.3
DiegoPino f85591b
Fix mobilenet "capabilities" check/key
DiegoPino 0676246
WE ship with the large model now
DiegoPino 6fe9d47
Because not convinced that L2 (even if correct) handles size/coverage…
DiegoPino da1a18f
Python driving me crazy
DiegoPino 33cc504
more argument checking
DiegoPino 85d9f57
So distracted. Single argument not a list
DiegoPino 0946d78
First pass on using BGE-M3 (sentence transformer)
DiegoPino f5e07bf
Adds InsightFace. Not an easy one
DiegoPino de16332
Reserved Dimensions of Image
DiegoPino 695bef6
print the Embedding Size on the logs (for future data-scientist delig…
DiegoPino a823aeb
Keras is driving me nuts
DiegoPino e7cb7ba
WIP ViT endpoint. Also Polyglot is having issues so commenting out th…
DiegoPino 4ebe3f2
Try to convert via a buffer past Greyscale to RGB
DiegoPino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really a matter of space/taste/ The small one really had little inference capabilities. But I will defer to you on this