File size: 846 Bytes
bd5779f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# πŸ“Š ChatGPT Conversation Analyzer

This is a Streamlit web app that helps you **analyze and visualize** your exported ChatGPT conversation history (in JSON format).  
Upload your `.json` file and get insights into:

- πŸ—‚ Number of messages by author and date
- πŸ” Search by keywords, author, or date range
- πŸ“₯ Export filtered results as CSV or Excel
- πŸ“ˆ View message trends over time using interactive charts

---

### πŸ“ Usage

1. Export your ChatGPT history as a `.json` file  
2. Launch the app and upload the file  
3. Filter and explore your conversations  
4. Download filtered records as CSV or Excel

---

### 🧰 Built With

- [Streamlit](https://streamlit.io)
- [Pandas](https://pandas.pydata.org/)
- [Plotly](https://plotly.com/python/)
- [OpenPyXL](https://openpyxl.readthedocs.io)

---

### πŸ“„ License

MIT License