WeCLONE
  • Introduction to WeCLONE
    • ✨ One-stop solution for creating your digital avatar from chat history
      • 📋 Features & Notes
        • Hardware Requirements
        • Environment Setup
        • Model Download
        • Data Preparation
        • Data Preprocessing
        • Configure Parameters and Fine-Tune the Model
      • 🤖 Deploy to Chatbot
  • Future Plans
    • 📌 Roadmap
    • ❤️ Code Contribution
    • ⚠️ Disclaimer
  • Socials
    • X
Powered by GitBook
On this page
  1. Introduction to WeCLONE
  2. ✨ One-stop solution for creating your digital avatar from chat history
  3. 📋 Features & Notes

Data Preparation

Please use PyWxDump to extract WeChat chat records (WeChat version 4.0 is not supported). You can first migrate (or back up) your phone’s chat records to your computer to collect more data.

After downloading the software and decrypting the database:

  • Click on Chat Backup

  • Set the export format to CSV

  • You can export multiple contacts (group chats are not recommended)

Then, place the exported CSV folder (located in wxdump_tmp/export/csv) into the ./dataset directory. In short, all folders of different users’ chat records should be placed together in ./dataset/csv.

PreviousModel DownloadNextData Preprocessing

Last updated 4 days ago