Run the following commands in different terminal for testing. Make sure that port 8000 and 8501 are available
make run_api
make run_streamlit
BASE_URL is specified in params.py to localhost:8000
- Sending and receiving dataframes
- Sending forms
- [Easy] Sending a file using POST request and receiving information in the same request
- [Advanced] Sending a file using POST, and fetching the result with GET
- Sending multiple files.