To use AI Wrapped, users need to download their data from the supported platforms and place them in the specified folders within the 'data' directory. For Facebook, only Messenger data is required. Google Calendar data needs to be converted to a CSV file using an online tool. Whoop data can be directly downloaded and placed in the 'data' directory. After adding the relevant data, users can generate their 2023 summary by creating a virtual Python environment, activating it, installing Python dependencies, and running a specific Python file.
Key takeaways:
- AI Wrapped is a tool that generates a summary of your year using data from various platforms such as Facebook, Google Calendar, and Whoop.
- To use the tool, you need to download your data from the supported platforms and place it in the 'data' directory at the root of the project.
- The tool currently supports data from Facebook Messenger, Google Calendar, and Whoop, with plans to integrate Google Photos and Strava in the future.
- To generate a summary for the year 2023, you need to create a virtual Python environment, activate it, install the Python dependencies, and run the index.py file.