/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.

Primary LanguageTypeScriptMIT LicenseMIT

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

Phaedra is currently in a prototype state and is being actively developed. As of right now, the backend can be hosted either locally or using Google Colaboratory as a service provider. The latter option is recommended because of processing requirements.

Running (developing and testing)

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

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

Then, run the client:

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

Development

Read the TODO list here.

Read more about Phaedra's client here.

Authors