An open API service indexing awesome lists of open source software.

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

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
```

![example_images](img/d.png)