Si ce projet vous plaît, n'hésitez pas à mettre une étoile ⭐️ !
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.
- Prise de notes rapide par capture photo
- Reconnaissance et transcription des mots surlignés (toutes couleurs)
- Création automatique de notes partageables
- Front-end : React Native / Expo / Tailwind
- Back-end : Python / OpenAI API
- Base de données : Appwrite
Clonez ce dépôt puis installez les dépendances :
git clone https://github.com/MatLBS/MagicNotes.git
cd MagicNotes
npm installLancez le projet :
npm startou avec Expo :
expo startIf you like this project, feel free to give it a star ⭐️ !
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.
- Quick note-taking via photo capture
- Recognition and transcription of highlighted words (any color)
- Automatic creation of shareable notes
- Front-end: React Native / Expo / Tailwind
- Back-end: Python / OpenAI API
- Database: Appwrite
Clone this repository and install dependencies:
git clone https://github.com/MatLBS/MagicNotes.git
cd MagicNotes
npm installStart the project:
npm startor with Expo:
expo start