Integrating TensorFlow Data Validation (TFDV) with Xano File Upload Endpoint?

Options

Hello everyone- I am indeed a noob, but excited that I discovered Xano!


I'm aiming to create a smart file upload endpoint with TFX that leverages TensorFlow Data Validation (TFDV) for data anomaly detection and correction. Here's what I think the process might look like:

  1. Install TFDV (pip install tensorflow-data-validation).
  2. Set up an endpoint for file uploads.
  3. After a file is uploaded, use TFDV to generate statistics and compare with a predefined schema.
  4. Correct any detected anomalies or notify the user.

I'm uncertain about how to implement these steps in Xano, especially the installation of external libraries like TFDV. Can anyone provide guidance or insights?"

Best Answer

  • Chris Coleman
    Chris Coleman Administrator

    ADMIN

    Answer ✓
    Options

    Hi, @Malek. Custom libraries are not currently available, unfortunately. There may be a world where this works alongside our sidecar Docker microservices features on the Enterprise plan, but at this time that's really the only possibility unfortunately.

Answers