UCI-SAP-Capstone-2024 / Proof-of-Performance-Fraud-Detection

0 stars 1 forks source link

Implementing Redis Datastore for Storing Unique Image Values #23

Open karthikreddy1729 opened 7 months ago

karthikreddy1729 commented 7 months ago

In this update, the file system will be transitioned to a Redis datastore for storing unique image values. By utilizing Redis as a data store, we aim to enhance the efficiency of data retrieval by utilizing key-value pairs, thus facilitating faster key checks compared to the traditional file system approach.