This project is licensed under the EUPL 1.2. For more details, see the LICENSE file.
"An Application that allows users to scan prescriptions, medications, and sends notifications for intakes"
- Nicolas Chusseau (NicolasChusseau)
- Pacôme Cailleteau (PacomeCailleteau)
- Lilian Delhommeau (E211556C) (Redly0n)
- Pacôme Cailleteau (PacomeCailleteau)
- Lucas Bigeard (LucWaw)
- Swan Gonzales (SwanGonzales)
- Arthur Osselin (Arthur Osselin)
- Main Android application : Medicalink
- Maintenance application : MedicalinkMaintenance
- Artificial Intelligence Generator (Named Entity Recognition) : MedicAppAI
- Named Entity Recognition AI model for prescriptions (usable as a sub-module) : MedicAppAssets
- Antonin Rouxel (anrouxel) for AI Generator and Named Entity Recognition AI model for prescriptions.
In order to load assets from the model, use the following commands :
On linux :
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt install git-lfs
In assets repository :
git submodule update --init
Pull model :
git submodule foreach git lfs pull
