CoolFace
Apppublic

Chuxia-sys/finetuned_travel_model_merged_docker

sourceHugging Faceupdated 11mo agoView on Hugging Face
1likes
App README

Travel Model API

API deployment for the finetuned travel model.

Endpoints

  • GET / - API information
  • GET /health - Health check
  • POST /generate - Generate text from prompt
  • GET /docs - Interactive API documentation

Usage Example

bash
curl -X POST "https://YOUR_USERNAME-YOUR_SPACE_NAME.hf.space/generate" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Plan a trip to Paris",
    "max_length": 200,
    "temperature": 0.7
  }'