7 lines
387 B
Plaintext
7 lines
387 B
Plaintext
---
|
|
description: Guidelines for integrating machine learning models with a Tauri frontend via a backend like Flask
|
|
globs: frontend/**/*.rs
|
|
---
|
|
- Implement a clean API for the ML models to be consumed by the Flask backend.
|
|
- Ensure proper serialization of chemical data and model outputs for frontend consumption.
|
|
- Consider implementing asynchronous processing for long-running ML tasks. |