following commands will set up virtual environment and get_started.sh
will install dependencies.
git clone [email protected]:pt20/tf-fastapi-serverless.git
cd tf-fastapi-serverless
./get_started.sh
Make sure to have docker installed on your system
docker-compose up --build
Go to your browser at http://0.0.0.0:8004
and you should see
{"message": "Sometimes the wheel turns slowly, but it turns."}
http://0.0.0.0:8004/docs
will take you to interactive API documentation. You can try the endpoints from there as well.