You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the API takes 2-3 seconds to respond which a long amount of time. The idea is make this process faster through caching while being true to the problem and understanding the context with images.
The text was updated successfully, but these errors were encountered:
A proposed solution would be to compare a similarity between the two raw Base64 strings and if it is above a certain threshold, one could just written the string cached in the database like redis. A good implementation of this would be with Redis and NodeJS.
Currently the API takes 2-3 seconds to respond which a long amount of time. The idea is make this process faster through caching while being true to the problem and understanding the context with images.
The text was updated successfully, but these errors were encountered: