Skip to content

nagarajRPoojari/Text-summarizer

Repository files navigation

Text Summarizer

My Skills

My Skills

A Large language model for text summarization

Installation

clone my repository

git clone https://github.com/nagarajRPoojari/Text-summarizer.git

create environment

conda create -n summarizer python=3.8 -y
conda activate summarizer

install dependencies

pip install -r requirements.txt

Run Locally

Clone the project

git clone https://github.com/nagarajRPoojari/Text-summarizer.git

Go to the project directory

cd text-summarizer

Install dependencies

pip install -r requirements.txt

Start the server

uvicorn app:app --host localhost --port 8080 --reload