https://github.com/aysenurcftc/text-summarizer-using-langchain-with-lmms-and-flask
This project is a Flask-based web application for summarizing text inputs using the llama-2 Language Learning Model
https://github.com/aysenurcftc/text-summarizer-using-langchain-with-lmms-and-flask
flask langchain llama2 python text-summarization
Last synced: 6 months ago
JSON representation
This project is a Flask-based web application for summarizing text inputs using the llama-2 Language Learning Model
- Host: GitHub
- URL: https://github.com/aysenurcftc/text-summarizer-using-langchain-with-lmms-and-flask
- Owner: aysenurcftc
- Created: 2024-07-17T15:03:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T12:33:20.000Z (about 1 year ago)
- Last Synced: 2025-04-08T08:47:30.713Z (6 months ago)
- Topics: flask, langchain, llama2, python, text-summarization
- Language: HTML
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Summarization Web App using Flask and LLM
This project is a web application developed using the Flask framework. It allows users to summarize text inputs. The summarization process employs a Language Learning Model (LLM), specifically the llama-2-7b-chat.ggmlv3.q8_0.bin model.
## Installation
```bash
pip install -r requirements.txt
```
## Usage/Examples```javascript
python main.py
```