"Memory is fundamental to our thinking, and the notion of having a perfect memory is seductive." -- Michael Nielsen Remember everything you read.
Memorai is an AI that generates questions based on the text you're reading. It works out the perfect time to quiz you with novel AI generated questions.
The alpha version of the Memorai platform is made up of:
To run the server:
pip install -r requirements.txt
python -m spacy download en_core_web_sm
export PYTHONPATH=`PWD`:$PYTHONPATH
python app/api.py
To run the extension:
cd extension
yarn
yarn start