Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 998 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 998 Bytes

Phaedra

A software that summarizes texts, selects key concepts and allows you to ask questions, using AI. Aimed towards people with intellectual disabilities and neurodivergent individuals, and to revolutionize the way we consume knowledge. Made for HackMIT 2021.

Getting started

Running (developing and testing)

Run the backend locally (or host it from Google Colaboratory):

foo@bar:~$ cd backend
foo@bar:~$ python -m Phaedra.API

Then, run the frontend:

foo@bar:~$ cd frontend
foo@bar:~$ yarn start

Authors