Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -285,11 +285,7 @@ if __name__ == "__main__":
|
|
285 |
gr.Markdown(
|
286 |
"""
|
287 |
- **Encryption Method**: Fully Homomorphic Encryption using the TFHE (Fast Fully Homomorphic Encryption over the Torus) library
|
288 |
-
- **Machine Learning Model**:
|
289 |
-
- **Performance Metrics**:
|
290 |
-
- Encrypted file scanning: ~30 seconds per MB
|
291 |
-
- Plaintext file scanning: ~0.5 seconds per MB
|
292 |
-
- Estimated time to scan 1GB: ~8.5 hours (encrypted) vs. ~8.5 minutes (plaintext)
|
293 |
*Note: These are preliminary figures based on our proof-of-concept. We aim to significantly improve performance in future iterations.*
|
294 |
"""
|
295 |
)
|
|
|
285 |
gr.Markdown(
|
286 |
"""
|
287 |
- **Encryption Method**: Fully Homomorphic Encryption using the TFHE (Fast Fully Homomorphic Encryption over the Torus) library
|
288 |
+
- **Machine Learning Model**: Random Forest classifier optimized for FHE computations using ConcreteML
|
|
|
|
|
|
|
|
|
289 |
*Note: These are preliminary figures based on our proof-of-concept. We aim to significantly improve performance in future iterations.*
|
290 |
"""
|
291 |
)
|