Giter Site home page Giter Site logo

arvind-4 / summarizer Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 114 KB

Simple Summarizer using python

Home Page: https://awesomesummarizer.vercel.app

License: MIT License

Python 35.53% JavaScript 7.15% HTML 52.61% Shell 4.42% Procfile 0.29%
python flask flask-app flask-applications gunicorn-flask-webserver gunicorn-service pythoon-3 python-dotenv textblob spacy

summarizer's Introduction

Summarizer

Summarise your content on go ...

๐Ÿ“ฆ Tech Stack:

  • Flask - 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 - Rapidly build modern websites without ever leaving your HTML.
  • Vercel - 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
mkdir ~/Dev/summarizer -p
cd ~/Dev/summarizer
git clone https://github.com/Arvind-4/summarizer .
  • Install Dependencies:
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:
DEBUG=
SECRET_KEY=

Get your Secret key from:

python3 -c 'import secrets; print(secrets.token_urlsafe(24))'
  • Run Server:
cd ~/Dev/summarizer
bash commands/run.sh

Open localhost:8000 in your favourite browser :)

summarizer's People

Contributors

arvind-4 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.