Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 878 Bytes

File metadata and controls

27 lines (18 loc) · 878 Bytes

Raman Data Generator

Keras TensorFlow Generic badge License: MIT

This project aims to offer a fast ⚡ and reliable data augmentation generator of Raman spectra for keras.

The class takes just:

  • the train data dataframe
  • batch size desired
  • number or classes

and it works!

Requirements

The python libraries needed are:

random
dataclasses
pandas
numpy
tensorflow

...easly installable with pip


Contributors are welcome 👍