elon-musks-texts
GUI to view Elon Musk's Texts
Quick Start
Check it out here!
How I made it
- Use OCR to scan Court of Chanery PDF Documents (
/data/pdfs/full_rotated.pdf
) into an Excel File (/data/pdfs/full_rotated_part_one.xlsx
and/data/pdfs/full_rotated_part_two.xlsx
) - Sort through data and manually label reactions on Excel (
/data/pdfs/cleaned_data.xlsx
) - Turn the Excel File into a JSON file with Python (
/data/output.json
) - Build React App with Mantine Components Library
- Get individual profile pictures by searching Bing with a Python Script
/data/get_pfps.py
Tools Used
- React (Mantine)
- Python