Skip to content

Latest commit

 

History

History
93 lines (62 loc) · 2.16 KB

File metadata and controls

93 lines (62 loc) · 2.16 KB

🇫🇷 Magic Notes

Si ce projet vous plaît, n'hésitez pas à mettre une étoile ⭐️ !

Introduction

Magic Notes est une application pensée pour toutes celles et ceux qui aiment prendre des notes, mais qui trouvent ce processus trop chronophage.
Grâce à Magic Notes, il suffit de prendre une photo : l’application détecte et retranscrit automatiquement tous les mots surlignés (quelle que soit leur couleur), pour en faire une note partageable en quelques secondes.

Fonctionnalités principales

  • Prise de notes rapide par capture photo
  • Reconnaissance et transcription des mots surlignés (toutes couleurs)
  • Création automatique de notes partageables

Technologies utilisées

  • Front-end : React Native / Expo / Tailwind
  • Back-end : Python / OpenAI API
  • Base de données : Appwrite

Lien vers le backend

👉 @MatLBS/backend-magicnotes

Installation

Clonez ce dépôt puis installez les dépendances :

git clone https://github.com/MatLBS/MagicNotes.git
cd MagicNotes
npm install

Lancez le projet :

npm start

ou avec Expo :

expo start

🇬🇧 Magic Notes

If you like this project, feel free to give it a star ⭐️ !

Introduction

Magic Notes is an app designed for those who love taking notes but want to save time.
With Magic Notes, just snap a photo: the app automatically detects and transcribes any highlighted words—regardless of color—making it easy to create shareable notes in seconds.

Main Features

  • Quick note-taking via photo capture
  • Recognition and transcription of highlighted words (any color)
  • Automatic creation of shareable notes

Technologies

  • Front-end: React Native / Expo / Tailwind
  • Back-end: Python / OpenAI API
  • Database: Appwrite

Backend link

👉 @MatLBS/backend-magicnotes

Installation

Clone this repository and install dependencies:

git clone https://github.com/MatLBS/MagicNotes.git
cd MagicNotes
npm install

Start the project:

npm start

or with Expo:

expo start