A basic python server that can listen to client data and send generated data from gpt 2
pip install torch
pip install transformers
- If nesecarry change ip and port values.
- in generateGPT2 model you can use your custom gpt2 model for more info
- Optional If you want to bundle your server you can use server.spec file with PyInstaller package.