https://github.com/shair2048/textsummarizationapp
Text Summarization
https://github.com/shair2048/textsummarizationapp
lamini-flan-t5-248m python streamlit word2vec
Last synced: about 1 month ago
JSON representation
Text Summarization
- Host: GitHub
- URL: https://github.com/shair2048/textsummarizationapp
- Owner: shair2048
- Created: 2025-02-24T14:08:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-13T13:35:40.000Z (over 1 year ago)
- Last Synced: 2025-08-08T08:59:07.301Z (11 months ago)
- Topics: lamini-flan-t5-248m, python, streamlit, word2vec
- Language: Jupyter Notebook
- Homepage:
- Size: 8.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Summarization App


##### Download LaMini Model: https://huggingface.co/MBZUAI/LaMini-Flan-T5-248M
##### Add model folder to project folder.
##### Install lib:
pip install streamlit langchain transformers torch
##### Run `app.py`:
streamlit run app.py