Skip to content

AureliusIvan/remembear

Repository files navigation

Remembear: An app for people with short term memory 🧠

Remembear-Banner.png

Table of Contents πŸ“š

Introduction πŸ“–

Remembear is an app that helps you to remember things in short term memory. It's a simple app that can be used in daily life to remember things like shopping list, to-do list, or any other things that you want to remember in short term.

Note

The Remembear repository now also depends on the Mem0AI project. We continue to maintain and support Mem0AI ❀️. You can find the Mem0AI repository in the Mem0AI.

Special Thanks πŸ’–

Thanks for all your contributions and efforts towards improving this project πŸ™

Made with contrib.rocks.

Demo πŸŽ₯

Coming soon ...

Getting Started πŸš€

To getting started, you can follow guides below:

or with Docker:

Contributing 🀝

Note

Since the Repo is on personal account, to contribute to this project, you can fork this repository and create a pull request or you can also add your name in discussion section so that I can add you as a contributor.

We are open for ANY contributions to this project. You can contribute by:

  • Reporting a bug
  • Requesting a feature
  • Creating a pull request
  • Improving documentation
  • Giving feedback
  • Sharing this project
  • And many more ...

Built with πŸ› 

There are some technologies that used in this project:

  • Gemini API
    • Primary LLM service (currently the default is gemini-1.5-flash).
  • LiteLLM
    • Integrate Mem0AI with GeminiAI.
  • Mem0AI
    • For AI contextual service libray.
  • Qdrant
    • Default vector database for Mem0AI.
  • FastAPI
    • For Backend.
  • Next.js
    • For Frontend.
  • PostgreSQL
    • Default Database service.
  • TailwindCSS
    • Our favorite css library.
  • ShadcnUI
    • Our favorite Next.js component library.
  • Capacitor.js
    • Transpile frontend into mobile app (part of Ionic).
  • Vercel
    • Current frontend hosting option for this project.
  • Firebase
    • Cloud Messaging / Push Notification.

Links