All Projects → anuran-roy → OpnEco

anuran-roy / OpnEco

Licence: MPL-2.0 license
OpnEco is a Python3 project developed to aid content writers throughout the content writing process. By content writers, for content writers.

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to OpnEco

Hemuer
An AI Tool to record expressions of users as they watch a video and then visualize the funniest parts of it!
Stars: ✭ 22 (+22.22%)
Mutual labels:  emotion-detection
keywordsextract
keywords-extract - Command line tool extract keywords from any web page.
Stars: ✭ 50 (+177.78%)
Mutual labels:  keyword-extraction
Emotion-Investigator
An Exciting Deep Learning-based Flask web app that predicts the Facial Expressions of users and also does Graphical Visualization of the Expressions.
Stars: ✭ 44 (+144.44%)
Mutual labels:  emotion-detection
kwx
BERT, LDA, and TFIDF based keyword extraction in Python
Stars: ✭ 33 (+83.33%)
Mutual labels:  keyword-extraction
KeywordExtraction
Implementation of algorithm in keyword extraction,including TextRank,TF-IDF and the combination of both
Stars: ✭ 95 (+427.78%)
Mutual labels:  keyword-extraction
Keyword-Extracter
Problem Statement: Given a particular PDF/Text document ,How to extract keywords and arrange in order of their weightage using Python?
Stars: ✭ 17 (-5.56%)
Mutual labels:  keyword-extraction
sklearn-audio-classification
An in-depth analysis of audio classification on the RAVDESS dataset. Feature engineering, hyperparameter optimization, model evaluation, and cross-validation with a variety of ML techniques and MLP
Stars: ✭ 31 (+72.22%)
Mutual labels:  emotion-detection
Text tone analyzer
Система, анализирующая тональность текстов и высказываний.
Stars: ✭ 15 (-16.67%)
Mutual labels:  emotion-detection
perke
A keyphrase extractor for Persian
Stars: ✭ 60 (+233.33%)
Mutual labels:  keyword-extraction
EmotionDetection
An emotion extraction system for images, that extracts emotion which will be felt by the user of viewing the image, representing them in a 2-Dimensional space that represents Arousal and Valence.
Stars: ✭ 26 (+44.44%)
Mutual labels:  emotion-detection
Flashtext
Extract Keywords from sentence or Replace keywords in sentences.
Stars: ✭ 5,012 (+27744.44%)
Mutual labels:  keyword-extraction
KeywordAnalysis
Word analysis, by domain, on the Common Crawl data set for the purpose of finding industry trends
Stars: ✭ 49 (+172.22%)
Mutual labels:  keyword-extraction
kex
Kex is a python library for unsupervised keyword extraction from a document, providing an easy interface and benchmarks on 15 public datasets.
Stars: ✭ 46 (+155.56%)
Mutual labels:  keyword-extraction
deep-keyphrase
seq2seq based keyphrase generation model sets, including copyrnn copycnn and copytransfomer
Stars: ✭ 51 (+183.33%)
Mutual labels:  keyword-extraction
Emotion and Polarity SO
An emotion classifier of text containing technical content from the SE domain
Stars: ✭ 74 (+311.11%)
Mutual labels:  emotion-detection
emotic
PyTorch implementation of Emotic CNN methodology to recognize emotions in images using context information.
Stars: ✭ 57 (+216.67%)
Mutual labels:  emotion-detection
tagify
Tagify produces a set of tags from a given source. Source can be either an HTML page, a Markdown document or a plain text. Supports English, Russian, Chinese, Hindi, Spanish, Arabic, Japanese, German, Hebrew, French and Korean languages.
Stars: ✭ 24 (+33.33%)
Mutual labels:  keyword-extraction
STEP
Spatial Temporal Graph Convolutional Networks for Emotion Perception from Gaits
Stars: ✭ 39 (+116.67%)
Mutual labels:  emotion-detection
ake-datasets
Large, curated set of benchmark datasets for evaluating automatic keyphrase extraction algorithms.
Stars: ✭ 125 (+594.44%)
Mutual labels:  keyword-extraction
rake new2
A Python library that enables smooth keyword extraction from any text using the RAKE(Rapid Automatic Keyword Extraction) algorithm.
Stars: ✭ 23 (+27.78%)
Mutual labels:  keyword-extraction

OpnEco: The FOSS companion of content writers.

Codacy branch grade GitHub Repo stars GitHub forks GitHub repo size Lines of code Website

OpnEco - A companion for content writers, by content writers. | Product Hunt

image

What is OpnEco?

"Ah, if only I could get someone to read this for feedback." "Only if I could know which keywords to target..."

We all have been there, haven't we?

OpnEco is a Python3 project developed just for that. To be a constant companion throughout your content writing process. By content writers, for content writers.

Salient Features:

Interactive Graphs



OpnInsights




Easy to use



OpnEco Main menu




Can work offline (except for some modules)



image




FREE and Open Source



image

Other features:

  1. Hassle-free installation
  2. Can work without Internet (some modules need them though.)

Installation:

OpnEco doesn't require any lengthy installation process. You can do in any of the following ways:

  1. You can simply download, resolve its dependencies, and build it.

  2. If you are a Windows user, you can run setup.bat by double clicking it. If you are a Linux user, a simple ./setup.sh will do.

But ensure that you have a proper Internet connection and Python installed and properly configured. Windows users may need to check if Python is added to the PATH environment variable in their systems.

Steps (for those who chose to build it):

  1. Download this project code and open the top-level directory.
  2. Install the Python dependencies using pip install -r requirements.txt (or pip3 install -r requirements.txt if you have two versions of Python installed.)
  3. Run init.py using python init.py (or python3 init.py if you have two versions of Python installed.)
  4. Run manage.py using python manage.py runserver (or python3 manage.py runserver if you have two versions of Python installed.)

Starting up:

  1. If you are a Windows user, you can run start.bat by double clicking it. If you are a Linux user, a simple ./start.sh will do.
  2. If you built it from scratch, follow steps 0 and 3 above.
  3. Open 127.0.0.1:8000 or localhost:8000 on your browser if you have installed with default settings.

Made by Anuran and Tisha with 💙

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].