Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nitesh585/chat-analysis
- Owner: nitesh585
- Created: 2020-04-22T03:55:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:22:58.000Z (over 1 year ago)
- Last Synced: 2024-10-01T07:41:23.412Z (3 months ago)
- Topics: analyzer, bootstrap, flask, web-application, whatsapp-analysis, whatsapp-chat
- Language: HTML
- Homepage: https://chat-analysis.herokuapp.com
- Size: 1.01 MB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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