Giter Site home page Giter Site logo

ncolyer / memorai Goto Github PK

View Code? Open in Web Editor NEW

This project forked from humanloop/memorai

0.0 1.0 0.0 5.11 MB

๐Ÿง  AI memory assistant โ€“ remember everything you read

Home Page: https://memorai.humanloop.ml

Python 40.41% HTML 37.48% JavaScript 21.11% CSS 1.00%

memorai's Introduction

memorai

memorai

Memorai

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

Platform

The alpha version of the Memorai platform is made up of:

  • A Chrome extension for selecting what you wish to remember
  • A machine learning question generation back end (inspired by https://github.com/KristiyanVachev/Question-Generation and using Spacy) exposed via REST API for creating novel quizes (hosted on Amazon Web Services)
  • Integration to Anki memory tool using Anki connect (leveraging the users local instance of Anki)

Tech stack

  • Svelte with webpack for the front end
  • FastAPI, Python and spaCy for the back end

Development

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

memorai's People

Contributors

jordn avatar razcle avatar peadarohaodha avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.