CoolFace
Apppublic

esrraa/recommendation_system

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
test_main.http31 linesDownload Raw Back to root
1GET http://127.0.0.1:8000/health2Accept: application/json3 4###5# Test your FastAPI endpoints6 7GET http://127.0.0.1:8000/8Accept: application/json9 10###11 12GET http://127.0.0.1:8000/hello/User13Accept: application/json14 15 16###17 18POST http://127.0.0.1:8000/predict19Content-Type: application/json20 21{22  "age": 22,23  "sex": "male",24  "bmi": 22,25  "children": 4,26  "smoker": "yes",27  "region": "southwest"28}29 30 31