Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nagarajrpoojari/text-summarizer
- Owner: nagarajRPoojari
- License: mit
- Created: 2023-07-30T05:04:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-09T16:39:49.000Z (over 1 year ago)
- Last Synced: 2024-11-09T02:37:19.916Z (2 months ago)
- Topics: huggingface-transformers, nlp, text-summarization, transformer
- Language: Jupyter Notebook
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```