Skip to content

Commit b112946

Browse files
committed
update readme
1 parent 1aecfed commit b112946

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

-25
Original file line numberDiff line numberDiff line change
@@ -60,31 +60,6 @@ To analyze your WhatsApp chat, follow these steps to export it:
6060
2. Select the desired analysis parameters (date range, participants, grouping by day/week/month).
6161
3. View the generated charts and insights based on the chat data.
6262

63-
## Project Structure
64-
65-
chat-analyzer/
66-
67-
├── app/
68-
│ ├── analysis/
69-
│ │ ├── __init__.py
70-
│ │ ├── chat_analyzer.py
71-
│ │ └── visualizer.py
72-
│ ├── tests/
73-
│ │ ├── __init__.py
74-
│ │ └── test_chat_analyzer.py
75-
│ └── utils/
76-
│ ├── __init__.py
77-
│ └── file_parser.py
78-
├── assets/
79-
├── requirements.txt
80-
├── setup.py
81-
└── streamlit_app.py
82-
83-
- **`app/analysis`**: Contains the core logic for analyzing the chat data.
84-
- **`app/utils`**: Utility functions for parsing and filtering the chat data.
85-
- **`streamlit_app.py`**: Main application script to run the Streamlit app.
86-
- **`requirements.txt`**: List of Python dependencies.
87-
- **`setup.py`**: Setup script for the project.
8863

8964
## Contributing
9065

0 commit comments

Comments
 (0)