App available at: F1 Driver Analysis App
This app looks at the following details about F1 drivers from years 1950 to 2024:
- Number of driver by their nationalities
- Numbers of drivers by the decade they were born
To run the app you can run the following command:
> preswarld run
To deploy this app, create a preswald API key:
- go to preswald.com
- Create a New Organization (top left corner)
- Navigate to Settings > API Keys
- Generate and copy your Preswald API key
Add your Github username and Preswald API key in the following command:
preswald deploy --target structured --github <your-github-username> --api-key <structured-api-key> hello.py