Giter VIP home page Giter VIP logo

nlp-text-summarizer's Introduction

nlp-text-summarizer

This is a work in progress.

Table of Contents


Introduction

Description

Objectives

When?

It is a project started on April 28, 2021.

Visuals

Live demo

Installation

To run the program and see a demo of the code, you need:

  • To install the libraries below
  • To download the datasets (see Data sources for information).

Install the libraries

Library Used to
Numpy To handle Numpy arrays
Pandas To store and access info in a DataFrame

Follow these instructions to install the required libraries: on terminal

  1. Open your terminal;
  2. cd to the directory where the requirements.txt file is located;
  3. Create and activate your virtual environment.
  4. Run the command: pip3 install -r requirements.txt

Additional info

Note that I develop the source code on macOS Big Sur

Data Sources

Instructions

How to run the program

On your terminal:

  1. Open your terminal;
  2. cd to the directory
  3. Activate your virtual environment.
  4. Run the command: flask run and browse to the link provided (to run the app locally in your browser)

Usage example

Demo usage

Architecture

The project is structured as follows:

nlp-text-summarizer
│   README.md               :explains the project
│   main.py                 :script to run in order to start the program
│   requirements.txt        :packages to install to run the program
│   .gitignore              :files to ignore when pushing to the GitHub repository
│
└───app                    :directory contains all the core scripts of the app

Roadmap

Author(s) and acknowledgment

This project is carried out by Van Frausum Derrick from Theano 2.27 promotion at BeCode.

I would like to thank:

Next steps

  • Progress in roadmap

nlp-text-summarizer's People

Contributors

derrickddinai avatar

Watchers

James Cloos 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.