Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nagarajrpoojari/text-summarizer

Summarize anything in few clicks.
https://github.com/nagarajrpoojari/text-summarizer

huggingface-transformers nlp text-summarization transformer

Last synced: 8 days ago
JSON representation

Summarize anything in few clicks.

Awesome Lists containing this project

README

        


Text Summarizer



[![My Skills](https://skillicons.dev/icons?i=pytorch,python,tensorflow)](https://skillicons.dev)

[![My Skills](https://skillicons.dev/icons?i=githubactions,fastapi,javascript,git,github,materialui)](https://skillicons.dev)


A Large language model for text summarization


## Installation

clone my repository

```bash
git clone https://github.com/nagarajRPoojari/Text-summarizer.git
```
create environment
```bash
conda create -n summarizer python=3.8 -y
conda activate summarizer
```
install dependencies
```bash
pip install -r requirements.txt
```

## Run Locally

Clone the project

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

Go to the project directory

```bash
cd text-summarizer
```

Install dependencies

```bash
pip install -r requirements.txt
```

Start the server

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