Skip to content

jaystarshot/PyPrestoProcessor

Repository files navigation

In Dev/Exp Mode

Goal is to process presto pages in a Python process and evaluate models.

To Test Scaffold

  1. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set your Hugging Face token as an environment variable:

    export HUGGINGFACE_HUB_TOKEN=your_hugging_face_token
  4. Run the gRPC server:

    python server.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages