/Text-Summarizer

A project for Experimenting on Langchain and Large language models(LLM)

Primary LanguagePython

Text-Summarizer

Get summary of any paragraph just input the text to be summarised and give ur open ai api key and get the summary

Work View Screenshot 2023-06-22 155851

Installation:

  • Create a virtual environment using python -m venv <name-of-your-env>
  • Activate the environment
  • pip install the requirements from requiremenrs.txt file
  • To run the Streamlit_app.py file use command streamlit run Streamlit_app.py