Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.88 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.88 KB

Astroscope uses your Reddit username to predict your Myers-Briggs personality type. Using your Reddit comments, we use machine learning to individually predict each trait (Introverted or Extroverted, Sensing or Intuition, etc...). The model is around 75% accurate for each individual trait.

To Do:

  • Add caching via DB queries (checks last comment and comment count)
  • Add multithreading
  • Speed up prediction by making one prediction rather than four (will sacrifice a small amount of accuracy)
  • Add forum for each personality type
  • Create a celebrity view page where users can input any personality type / astrology sign
  • Fix bug with celebrity list having duplicates
  • Scrape celebrity pictures

Celebrity Scraper

The Google Colab notebook used for scraping the celebrity data can be found here.

Landing Page

Desktop

Desktop

Mobile

Mobile

Results Page

Using ElonMusk's Reddit Account

ElonMuskOfficial ElonMuskOfficial2

Finding Similar Celebrities

Will give you a list of celebrities with the same personality type and astrology sign as you!

ElonMuskOfficial3 ElonMuskOfficial4

Clicking on 'Capricorn'

Will bring you to the given Celebrity's FamousBirthdays profile. ElonMuskOfficial5

Clicking on 'INTP'

Will bring you to the given Celebrity's PersonalityDatabase profile. ElonMuskOfficial6

Made in Flask, using Python 3.8.

Astroscope was developed for fun and does not collect data. Currently in early development. Developed by Sidak