Takes a text and summarizes it using GPT.
It uses:
- streamlit
- langchain
The app store the user input in a .pkl file, so it can be used in future executions.
poetry installpoetry shell
streamlit run home.pyDefault user: admin
Default password: admin
To change the credentials, check the official docs of Streamlit Authenticator: https://github.com/mkhorasani/Streamlit-Authenticator