All Projects → goodrahstar → tf-sentiment-docker

goodrahstar / tf-sentiment-docker

Licence: other
A docker image for sentiment analysis on tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tf-sentiment-docker

Twitter-Sentiment-Analysis
A Django App to perform Sentiment Analysis of Twitter Hashtags
Stars: ✭ 20 (+33.33%)
Mutual labels:  sentiment-analysis
sentiment.datalogue
Sentiment analysis challenge for Datalogue recruiting
Stars: ✭ 14 (-6.67%)
Mutual labels:  sentiment-analysis
wink-nlp
Developer friendly Natural Language Processing ✨
Stars: ✭ 312 (+1980%)
Mutual labels:  sentiment-analysis
german-sentiment-lib
An easy to use python package for deep learning-based german sentiment classification.
Stars: ✭ 33 (+120%)
Mutual labels:  sentiment-analysis
LSTM-sentiment-analysis
LSTM sentiment analysis. Please look at my another repo for SVM and Naive algorithem
Stars: ✭ 19 (+26.67%)
Mutual labels:  sentiment-analysis
sentiment-analysis-webapp
[不再更新]中文短文本情感分析 web 应用 | A web app about Chinese sentences sentiment analysis
Stars: ✭ 33 (+120%)
Mutual labels:  sentiment-analysis
Multi-Hop-Knowledge-Paths-Human-Needs
Ranking and Selecting Multi-Hop Knowledge Paths to Better Predict Human Needs
Stars: ✭ 17 (+13.33%)
Mutual labels:  sentiment-analysis
sarcasm-detection-for-sentiment-analysis
Sarcasm Detection for Sentiment Analysis
Stars: ✭ 21 (+40%)
Mutual labels:  sentiment-analysis
pysentimiento
A Python multilingual toolkit for Sentiment Analysis and Social NLP tasks
Stars: ✭ 274 (+1726.67%)
Mutual labels:  sentiment-analysis
node-alchemy
An Alchemy API library for Node.JS
Stars: ✭ 54 (+260%)
Mutual labels:  sentiment-analysis
semantria-sdk
Semantria SDK
Stars: ✭ 38 (+153.33%)
Mutual labels:  sentiment-analysis
german-sentiment
A data set and model for german sentiment classification.
Stars: ✭ 37 (+146.67%)
Mutual labels:  sentiment-analysis
stansent
No description or website provided.
Stars: ✭ 16 (+6.67%)
Mutual labels:  sentiment-analysis
COVID19-FeedbackApplication
A simple application is developed to get feedback from a user and analyzing the text to predict the sentiment.
Stars: ✭ 13 (-13.33%)
Mutual labels:  sentiment-analysis
sentiment-analysis-using-python
Large Data Analysis Course Project
Stars: ✭ 23 (+53.33%)
Mutual labels:  sentiment-analysis
SentimentVisionDemo
🌅 iOS11 demo application for visual sentiment prediction.
Stars: ✭ 34 (+126.67%)
Mutual labels:  sentiment-analysis
sentiment-analysis2
Sentiment ananlysis in keras and mxnet
Stars: ✭ 37 (+146.67%)
Mutual labels:  sentiment-analysis
arabic-sentiment-analysis
Sentiment Analysis in Arabic tweets
Stars: ✭ 64 (+326.67%)
Mutual labels:  sentiment-analysis
GroupDocs.Classification-for-.NET
GroupDocs.Classification-for-.NET samples and showcase (text and documents classification and sentiment analysis)
Stars: ✭ 38 (+153.33%)
Mutual labels:  sentiment-analysis
tutorials
A tutorial series by Preferred.AI
Stars: ✭ 136 (+806.67%)
Mutual labels:  sentiment-analysis

Sentiment Analysis (Convonutional Neural Network model) using Tensorflow

Docker Setup

  1. Install Docker
  2. Run git clone https://github.com/goodrahstar/tf-sentiment-docker
  3. Open docker terminal and navigate to /path/to/tf-sentiment-docker
  4. Run docker build . -t sentiment-api
  5. Run docker run -p 8180:8180 sentiment-api
  6. Access http://0.0.0.0:8180/sentiment?message=i love it from your browser [assuming you are on windows and docker-machine has that IP. Otherwise just use localhost]

Native Setup

  1. Anaconda distribution of python 2.7
  2. pip install -r requirements.txt which installs Tensorflow and web.py
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].