All Projects → rahulkumaran → merkalysis

rahulkumaran / merkalysis

Licence: MIT license
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.

Programming Languages

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

Projects that are alternatives of or similar to merkalysis

How To Mine Newsfeed Data And Extract Interactive Insights In Python
A practical guide to topic mining and interactive visualizations
Stars: ✭ 61 (+117.86%)
Mutual labels:  sklearn, nlp-machine-learning
topic modelling financial news
Topic modelling on financial news with Natural Language Processing
Stars: ✭ 51 (+82.14%)
Mutual labels:  sklearn, nlp-machine-learning
Python Ai Assistant
Python AI assistant 🧠
Stars: ✭ 219 (+682.14%)
Mutual labels:  sklearn, nlp-machine-learning
Deception-Detection-on-Amazon-reviews-dataset
A SVM model that classifies the reviews as real or fake. Used both the review text and the additional features contained in the data set to build a model that predicted with over 85% accuracy without using any deep learning techniques.
Stars: ✭ 42 (+50%)
Mutual labels:  sklearn, nlp-machine-learning
Schemebeam
Free viral/referral marketing tool built on React/Node/MySQL
Stars: ✭ 133 (+375%)
Mutual labels:  marketing, email-marketing
Jquery.fbmessenger
Fake Facebook Messenger interactions on an iPhone with a simple jQuery plugin!
Stars: ✭ 130 (+364.29%)
Mutual labels:  marketing
A-B-testing-with-Machine-Learning
Implemented an A/B Testing solution with the help of machine learning
Stars: ✭ 37 (+32.14%)
Mutual labels:  sklearn
Truvisory
This project is meant to provide resources to users who want to access good LinkedIn posts which contains resources to learn any Technology, Design, Self-Branding, Motivation etc. You can visit project by:
Stars: ✭ 116 (+314.29%)
Mutual labels:  marketing
React Static
⚛️ 🚀 A progressive static site generator for React.
Stars: ✭ 9,946 (+35421.43%)
Mutual labels:  marketing
schrutepy
The Entire Transcript from the Office in Tidy Format
Stars: ✭ 22 (-21.43%)
Mutual labels:  nlp-machine-learning
pfootprint
Political Discourse Analysis Using Pre-Trained Word Vectors.
Stars: ✭ 20 (-28.57%)
Mutual labels:  nlp-machine-learning
Resources
This repo is a one stop destination to find resources for learning various domains. You can find the roadmap for any domain here.
Stars: ✭ 198 (+607.14%)
Mutual labels:  marketing
Erxes
Free and open fair-code licensed all-in-one growth marketing & management software
Stars: ✭ 1,988 (+7000%)
Mutual labels:  marketing
Paribhasha
paribhasha.herokuapp.com/
Stars: ✭ 21 (-25%)
Mutual labels:  nlp-machine-learning
Footprints
🐾 A simple registration attribution tracking solution for Laravel (UTM Parameters and Referrers)
Stars: ✭ 127 (+353.57%)
Mutual labels:  marketing
overview-and-benchmark-of-traditional-and-deep-learning-models-in-text-classification
NLP tutorial
Stars: ✭ 41 (+46.43%)
Mutual labels:  sklearn
Gatsby Starter Saas Marketing
☁️ A simple one page marketing site starter for SaaS companies and indie hackers
Stars: ✭ 103 (+267.86%)
Mutual labels:  marketing
Awesome Startup Tools List
List of all tools (apps, services) that startups should use.
Stars: ✭ 188 (+571.43%)
Mutual labels:  marketing
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 (-7.14%)
Mutual labels:  nlp-machine-learning
Marketing For Engineers
A curated collection of marketing articles & tools to grow your product.
Stars: ✭ 11,856 (+42242.86%)
Mutual labels:  marketing

Merkalysis

What is Merkalysis

Merkalysis is a basically a Marketing Tool. Merkalysis stands market analysis.
Through this tool, we are trying to reduce the costs of marketing for small-scale startups and bloggers.
This tool can be used by anyone as it predicts the reach and perhaps the right hashtags to use for your post.
Currently, this works only for Instagram. We'll be expanding this soon.

Why Merkalysis?

As mentioned above, merkalysis helps one to analyse their market reach beforehand. This could potentially save thousands of dollars every year as marketing is something that every company and/or blogger, especially small-scale startups and bloggers do in order to increase their brand awareness.
Marketing is something that will never die. Through Merkalysis, we provide easier marketing solutions. More precisely, we focus on organic marketing, i.e marketing without having to pay money over inorganic marketing.
Usually, people turn towards social media marketing. Not always do they get the reach that is promised to them. Sometimes, just to meet their targets, these social media platforms turn to clickfarms to have the post reached to the promised number which is unfair for the advertiser. Also, as mentioned earlier, this eats away a lot of money.
Merkalysis predicts your market reach beforehand.

But How?

We make use of organic marketing techniques, like for example, usage of hashtags. Hashtags are powerful marketing tools through which you can reach the right audience not just in one particular region, but throughout the world.
Not everyone uses hashtags in today's world. We look at promoting the usage of hashtags to reach a wider range of audience.
We basically analyse the hashtags that you use.
Through the hashtags that you use, we predict your reach.
This might help you as it serves as the right tool for you to make your business-related decisions.

An Extension To This !!!!

Through a given caption and photo, we predict your hashtags. We try our level best to predict the hashtags you use in such a way that it increases your reach!
Sounds cool right? ❤️

Integrations

Zulip


Currently, Merkalysis has an active Zulip integration where one can simply join the server. This is the organisation url. You can join this organisation for the following reasons:
  • You can publicize your post to a bigger crowd with many people sharing the same interest as your post.

  • You can use the functionality of predicting the reach and getting hashtags on Zulip itself.

  • You can also view posts of other people and this, on the whole, would be like an organic marketing group.

  • You have dedicated channels here, so one can post the link of their posts in the dedicated channels (like tech, finance, etc).

How to use the bot's functionality on Zulip?

To use the bot on Zulip to predict your reach and also hashtags that possibly might be good for your post, use the following command:

merkalysis reach <num_followers> <caption>
Example : merkalysis reach 500 I love machine learning and blockchain. I have my own product development startup.


That's it! Too Simple maybe? 😄

Merkalysis API

Merkalysis now has an API that one can use in order to utilise the functionalities of this tool in your apps.
For now, you can call the API for 3 different purposes.

  • To predict only the reach given the number of followers or friends you have

      sending a request to "localhost:8000/api/followers=<num_of_followers_or_friends>"
      returns the reach predicted by the current model
    
  • To predict only the hashtags given a particular caption

      sending a request to "localhost:8000/api/caption=<caption>"
      returns hashtags that could possibly be used in your posts
    
  • To predict both, the reach and hashtags, given the number of followers, or friends, and caption respectively.

      sending a request to "localhost:8000/api/followers=<num_of_followers_or_friends>/caption=<caption>"
      returns the reach predicted by the current model and hashtags that could possibly be used in your posts
    

The API can be used by anyone and is free to use for the time being. We might make it paid after a while.
One need not use a private key to access the API for now. You just need to send requests to the mentioned URLs and the response will be got in JSON format.

Contributing

Contributions of all sizes are welcome. Please review our contribution guidelines to get started. You can also help by reporting bugs.

License

You may copy, distribute and modify the software provided that modifications are described and licensed for free under LGPL-3. Derivatives works (including modifications or anything statically linked to the library) can only be redistributed under LGPL-3, but applications that use the library don't have to be.

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