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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  pip install -r requirements.txt

Usage/Examples

python main.py

example_images

About

This project is a Flask-based web application for summarizing text inputs using the llama-2 Language Learning Model


Languages

Language:HTML 43.0%Language:Python 34.4%Language:CSS 22.7%