/elon-musks-texts

GUI to view Elon Musk's Texts

Primary LanguageJavaScript

elon-musks-texts

GUI to view Elon Musk's Texts

Screenshot

Quick Start

Check it out here!

How I made it

  1. 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)
  2. Sort through data and manually label reactions on Excel (/data/pdfs/cleaned_data.xlsx)
  3. Turn the Excel File into a JSON file with Python (/data/output.json)
  4. Build React App with Mantine Components Library
  5. Get individual profile pictures by searching Bing with a Python Script /data/get_pfps.py

Tools Used

  • React (Mantine)
  • Python