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

https://github.com/arvind-4/summarizer

Simple Summarizer using python
https://github.com/arvind-4/summarizer

flask flask-app flask-applications gunicorn-flask-webserver gunicorn-service html html5 javascript python python-dotenv pythoon-3 spacy summarizer textblob vanilla-javascript

Last synced: 3 months ago
JSON representation

Simple Summarizer using python

Awesome Lists containing this project

README

        

# Summarizer
Summarise your content on go ...

## 📦 Tech Stack:

- [Flask](https://flask.palletsprojects.com/en/3.0.x/) - Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.
- [Tailwind](https://tailwindcss.com/) - Rapidly build modern websites without ever leaving your HTML.
- [Vercel](https://vercel.com/) - Vercel's Front end Cloud provides the developer experience and infrastructure to build, scale, and secure a faster, more personalised Web.

## Demo:


Home Page

## Getting Started:

- Clone repository

```bash
mkdir ~/Dev/summarizer -p
cd ~/Dev/summarizer
git clone https://github.com/Arvind-4/summarizer .
```

- Install Dependencies:

```bash
cd ~/Dev/summarizer
python3.8 -m pip install virtualenv
python3.8 -m virtualenv .
source bin/activate
pip install -r requirements.txt
```

- Create `.env` file:
Add Your Credentials `.env` from `sample.env`:

```bash
DEBUG=
SECRET_KEY=
```
Get your Secret key from:
```python
python3 -c 'import secrets; print(secrets.token_urlsafe(24))'
```

- Run Server:

```bash
cd ~/Dev/summarizer
bash commands/run.sh
```

Open [localhost:8000](http://localhost:8000) in your favourite browser :)