TOS/Contract Summarizer
Link to web appDescription:
This web application summarizes and explains sectins of any Terms of Service text or contracts.
To generate the summaries, the app makes an API call to an open-source LLM on HuggingFace, and same for the exlpanations.
If the original sections are labelled with roman numerals or numbers, the summaries will match those sections. If not, it will section off the contract every 800 words.
The web app was built with Streamlit, and hosted on Streamlit cloud. The backend is just Python.