Text Generation using RNN and Federated Learning TFF
- Step1: Clone this repo in your local
- Step2: Create a virtualenv using Python3 and then activate that environment
- Step3: Install requirements.txt file in by giving the following command
pip insall -r requirements.txt - Step4: Run
python federated_learning_for_text_generation.pyin order to check wheather environment is working fine or not.