indy news
1.0.0
Try it on Streamlit!
Contains both a streamlit app and a FastAPI module. The app uses the following SMART api endpoints:
When I say smart I mean that the search tech used is:
It also contains some dumb endpoints that only match input against the "name" property:
data/ folder)The following got normalized and ended up in all.csv:
Run streamlit locally: .venv/bin/streamlit run Home.py
Run api locally: .venv/bin/uvicorn --host "0.0.0.0" -p 8088