malware_rl
malware_rl copied to clipboard
No need to install keras in requirements.txt
With tensorflow version 2.3.1 or higher in the requirements.txt there is no need to install keras and keras-preprocessing as standalone libraries. Also, malconv.py need to be modified to usefrom tensorflow.keras.xx import yy instead.
I can send a pull request for this, not sure if you want to make the change or not.