Code Monkey home page Code Monkey logo

wordclouds's Introduction

Wordcloud Generator

Live: https://wa-wc.herokuapp.com/

Works only for chats retrived using WhatsApp installed on an Android device

Setup

Please ensure you have the following installed

  • Flask>=1.1.1

  • Python>=3.8.1

  • pip3 >= 9.0.1

Follow the steps below once the above requirements are satisfied

  • Clone the repo using git clone https://github.com/deutranium/wordclouds.git

  • cd into the repo and install the required modules using pip3 install -r requirements.txt

  • You can now run the app with python3 app.py

To repo

  • Use git push origin master to push your changes

Staging Area

To test the app on server before pushing it to final phase

  • Add staging app to repo using git remote add stage [email protected]:wordcloud-flask-stage.git. This might get an error if the SSH keys of your machine aren't saved on the server

  • To push to staging, use git push stage master

Production Area

To test the app on server before pushing it to final phase

  • Add staging app to repo using git remote add pro [email protected]:wa-wc.git. This might get an error if the SSH keys of your machine aren't saved on the server

  • To push to production, use git push pro master

wordclouds's People

Contributors

deutranium avatar rishkhanna avatar

Stargazers

 avatar

Watchers

 avatar  avatar

wordclouds's Issues

Create the python filter function

def filter(start_date, end_date, sender, chat_df):
    # sender can be an array of more more than one person, to be used in cases like group chat
    return chats_between_start_date_and_end_date_and_sent_by_sender

Remove vague messages

There are multiple messages in the chat dataframe like media omitted, media deleted which need to be removed

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.