Giter VIP home page Giter VIP logo

whatsapp-text-fiirt-analysis's Introduction

WhatsApp-Text-FIirt-Analysis

The respository analyze the whatsapp text which produces a flirt percentage of the chaters.

Step 1: Export interested whatsapp chat to mail. From mail you can download as .txt file which will be the input for the process

Note:Step 2 & Step 3 for Python Beginners(Optional for others)

Step 2: Download Anaconda Distribution from the below link

click this https://www.anaconda.com/distribution/#download-section According to your operating System Download the distribution and install( can refer any youtube videos)

Step 3: Creating Virtual Environment

After the installation of Anaconda, type Anaconda prompt in the windows search bar

1. Anaconda Prompt --> Right Click --> Run as Administrator 

2. conda create -n <project name>

Example: conda create -n nlp

3.After this step closes the Anaconda Prompt.

4. Again open

Anaconda Prompt --> Click
$(base)D:\er\# activate nlp
(nlp)D:\er\# pip install numpy
(nlp)D:\er\# pip install nltk
(nlp)D:\er\# pip install chardet
(nlp)D:\er\# pip install pandas
(nlp)D:\er\# pip install matplotlib
(nlp)D:\er\# pip install spyder=3.2.3 (This will install Python 3.6.8)

###Step 4: Run interested python code(with emoji, without emoji)

Output of the program

  1. Talkative
  2. Less_Talkative
  3. Flirt word used by each(if only)
  4. Flirt percentage for each(if they used)

Note: I have added limited flirt words in the list, please add more for effective process.

Conclusion:

Analysed the text using pandas and statistics

whatsapp-text-fiirt-analysis's People

Contributors

ramisharanik avatar

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.