Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nitesh585/chat-analysis

Web application to analyze your WhatsApp chats
https://github.com/nitesh585/chat-analysis

analyzer bootstrap flask web-application whatsapp-analysis whatsapp-chat

Last synced: 3 months ago
JSON representation

Web application to analyze your WhatsApp chats

Awesome Lists containing this project

README

        

Web application to analyse your whatsapp chats
----------------------------------------------------
#### How to run :
+ Open the project in VsCode or any other IDE.
+ Install `pip` using `sudo apt install python-pip` command
+ Create python virtual environment :
+ Installing virtualenv: `pip install virtualenv`
+ Test your installation: `virtualenv --version`
+ create a virtualenv using the following command: `virtualenv my_name`
+ Remember to activate the relevant virtual environment every time you work on the project. This can be done using the
following command: `source virtualenv_name/bin/activate`
+ Make sure all the python libraries are installed as mentioned in `requirements.txt` file using
`pip install -r requirement.txt`.
+ To run the application : `python app.py`
+ Open the browser the type: `localhost:5000/`

----------------------------------------------------
Hurrah!! application is good to go