https://github.com/mathieumarthy/medimate-bd
Script to clean France's governmental medicines data
https://github.com/mathieumarthy/medimate-bd
Last synced: 2 months ago
JSON representation
Script to clean France's governmental medicines data
- Host: GitHub
- URL: https://github.com/mathieumarthy/medimate-bd
- Owner: MathieuMarthy
- Created: 2024-01-19T10:15:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T13:18:38.000Z (over 2 years ago)
- Last Synced: 2024-02-20T14:34:28.334Z (over 2 years ago)
- Language: Python
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MediMate
## Description
This script was created as part of a 3rd year Computer Science project at the IUT in Nantes.
It is linked to a medical application: [MediMate](https://github.com/syysy/MediMate)
This project recovers data on drugs available in France, cleans the data and transfers it to a mongoDB server.
## Authors
- [@Mathieu BERGERON](https://github.com/Mthieu44)
- [@Sylvain Baudouin](https://github.com/syysy)
- [@Mathieu MARTHY](https://github.com/MathieuMarthy)
## Installation
Clone the project !
```bash
git clone https://github.com/MathieuMarthy/Medimate-BD
cd Medimate-BD/
```
Install requirements
```bash
pip install -r requirements.txt
```
Start the script
```bash
python3 main.py
```