All Projects → pemagrg1 → NLP-Flask-Website

pemagrg1 / NLP-Flask-Website

Licence: other
A simple Flask website for all NLP tasks which includes Text Preprocessing, Keyword Extraction, Text Summarization etc. Created Date: 30 Jan 2019

Programming Languages

HTML
75241 projects
CSS
56736 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to NLP-Flask-Website

Chatbot
A Deep-Learning multi-purpose chatbot made using Python3
Stars: ✭ 36 (-16.28%)
Mutual labels:  flask-application, nlp-machine-learning
MLH-Quizzet
This is a smart Quiz Generator that generates a dynamic quiz from any uploaded text/PDF document using NLP. This can be used for self-analysis, question paper generation, and evaluation, thus reducing human effort.
Stars: ✭ 23 (-46.51%)
Mutual labels:  flask-application, nlp-machine-learning
Yublog
Person blog powered by flask.
Stars: ✭ 164 (+281.4%)
Mutual labels:  flask-application
awesome-yoruba-nlp
📖 A curated list of resources dedicated to Natural Language Processing (NLP) in the Yoruba Language.
Stars: ✭ 21 (-51.16%)
Mutual labels:  nlp-machine-learning
presidential-rnn
Project 4 for Metis bootcamp. Objective was generation of character-level RNN trained on Donald Trump's statements using Keras. Also generated Markov chains, and quick pyTorch RNN as baseline. Attempted semi-supervised GAN, but was unable to test in time.
Stars: ✭ 26 (-39.53%)
Mutual labels:  nlp-machine-learning
Json2html
🐍 Python module for converting complex JSON to HTML Table representation
Stars: ✭ 173 (+302.33%)
Mutual labels:  flask-application
schrutepy
The Entire Transcript from the Office in Tidy Format
Stars: ✭ 22 (-48.84%)
Mutual labels:  nlp-machine-learning
Translatr
💬 Translate to multiple languages at once
Stars: ✭ 145 (+237.21%)
Mutual labels:  flask-application
cross target stance classification
Keras implementation for CrossNet in paper "Cross-Target Stance Classification with Self-Attention Networks"
Stars: ✭ 21 (-51.16%)
Mutual labels:  nlp-machine-learning
Paribhasha
paribhasha.herokuapp.com/
Stars: ✭ 21 (-51.16%)
Mutual labels:  nlp-machine-learning
flask-vuln
Pretty vulnerable flask app..
Stars: ✭ 23 (-46.51%)
Mutual labels:  flask-application
FUTURE
A private, free, open-source search engine built on a P2P network
Stars: ✭ 19 (-55.81%)
Mutual labels:  flask-application
Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+5962.79%)
Mutual labels:  flask-application
merkalysis
A marketing tool that helps you to market your products using organic marketing. This tool can potentially save you 1000s of dollars every year. The tool predicts the reach of your posts on social media and also suggests you hashtags for captions in such a way that it increases your reach.
Stars: ✭ 28 (-34.88%)
Mutual labels:  nlp-machine-learning
Flask ishuhui
Comic reading website built by flask.
Stars: ✭ 172 (+300%)
Mutual labels:  flask-application
clickbait-workshop
Pydata 2017 workshop: build a clickbait detector with python
Stars: ✭ 13 (-69.77%)
Mutual labels:  flask-application
Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (+253.49%)
Mutual labels:  flask-application
flask-ocr
use flask and tesseract to have a basic ocr, also you need opencv2, this code use opencv2 to have a basic image process
Stars: ✭ 27 (-37.21%)
Mutual labels:  flask-application
pfootprint
Political Discourse Analysis Using Pre-Trained Word Vectors.
Stars: ✭ 20 (-53.49%)
Mutual labels:  nlp-machine-learning
SENet-for-Weakly-Supervised-Relation-Extraction
No description or website provided.
Stars: ✭ 39 (-9.3%)
Mutual labels:  nlp-machine-learning

Created Date: 30 Jan 2019

NLP-Flask-Website

static folder contains all the CSS and images
template folder contains all the HTML pages
api.py file contains all the route to HTML pages and python scripts
Note: if you want don't know much about FLASK and webapp, go through : https://medium.com/@pemagrg/build-a-web-app-using-pythons-flask-for-beginners-f28315256893

To Execute

  1. run api.py
  2. open the url that it gives you after you run the code
  3. Tada!! the web app will open!

Still confused as to how to run?
Well, then open your terminal,

cd <path/to/your/project>
$python api.py<br>

it will give a link to open
click and the web app will be open in your Web browser.

Demo of "Flask Website for NLP"

nlpgif

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].