An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


MediMate


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
```