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

https://github.com/d4rk-lucif3r/text-summarisation-with-sentiment-analysis


https://github.com/d4rk-lucif3r/text-summarisation-with-sentiment-analysis

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Text Summarisation with Sentiment Analysis

This project aims to summarise text and provide a sentiment analysis of the text. The project is built using Transformers and Gradio.





  

## Installation

1. Clone the repository
2. Install the requirements using `pip install -r requirements.txt`

## Usage

```python app.py```

## Deployment on TrueFoundry

```python deploy.py```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

MIT License

## Blog

![Medium Blog](https://lucif3r4.medium.com/summarizing-text-with-transformers-and-deploying-it-as-gradio-app-d96cc11cbf01)