Recruit Bot requires Python 3.5+ and the following python libs:
pip install webcollector
pip install flask
pip install BeautifulSoup4
# CPU
pip install tensorflow
# GPU
pip install tensorflow-gpu
The recruit_bot.py is used for both training and serving.
For training, you should set training = True
in recruit_bot.py and run recruit_bot.py.
For serving, you should set training = False
in recruit_bot.py and run recruit_bot.py.
After that, you can visit http://127.0.0.1:5002 to generate posts.