Goal is to process presto pages in a Python process and evaluate models.
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt
-
Set your Hugging Face token as an environment variable:
export HUGGINGFACE_HUB_TOKEN=your_hugging_face_token -
Run the gRPC server:
python server.py