This repository contains a simple text summarizer built using python , streamlit and langchain.
- Python
- Streamlit
- Langchain
API key is required to access the large language models.
This app uses mistral ai API key. You have to generate an API key first and include it in the .env file.
https://github.com/AryanShourya/text-summary-mini-project-sem5.git
streamlit run main.py
Ensure all the dependencies, listed in the requirements.txt file , are installed properly before running the App.
