https://github.com/dataforgoodfr/batch8_ceebios
https://github.com/dataforgoodfr/batch8_ceebios
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dataforgoodfr/batch8_ceebios
- Owner: dataforgoodfr
- License: mit
- Created: 2020-09-19T17:18:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T17:36:58.000Z (about 5 years ago)
- Last Synced: 2024-12-20T00:23:32.342Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 34.5 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ceebios x Data For Good x Museum d'Histoire Naturelle
## About this project
This repository has been created throughout Data For Good season 8 for a great project which aims to allow for an easier
and nicer search and visualization of animal species in the biomimicry field.
## Repository architecture
```bash
├── data/ # Data extracts from GBIF, MNHN
├── notebooks/ # Exploratory jupyter notebooks
├── batch8_ceebios/ # Python main module of this repository: clean GBIF taxon & Semantic Scholar, add all articles to MongoDB
├── gbif_modules_data/ # Python module used to clean some GBIF database
├── fastapi-api/ # Fast API connected to MongoDB
├── requirements.txt # Project requirements
├── LICENSE
└── README.md
```
## Fast API
For more information on `fastapi-api` see its own `README.md` in the corresponding folder.
## Licence
MIT License, for more details, see `LICENCE`.