This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # To run this application, you'll need to install 3 packages: | |
| # pip install pandas | |
| # pip install fastapi | |
| # pip install uvicorn | |
| # In the command line to run the application, type `uvicorn app:app --reload` | |
| # Note: if using uv: | |
| # uv bare --init | |
| # uv add pandas fastapi uvicorn | |
| # uv run uvicorn app:app --reload |