CWLab 1.0 is developed based on nn-morse, a project hosted on https://github.com/pd0wm/nn-morse. In version 1.0, the morse code dictionary is enlarged to 59 chars, but the DLD(Dense-LSTM-Dense) network structure is kept unchanging. The net is re-trained and tested, you can find the result in the readme file.
The project use python 3.9, with a virtual environment created by conda, pip is used to install and manage the necessary libs. DO NOT clone my working environment from requirements.txt, it is just an explanation, so create your own env and make a clear and smaller install.
Enjoy yourself.