Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 625 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 625 Bytes

RecruitBot

Requirements

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

Run

The recruit_bot.py is used for both training and serving.

Training

For training, you should set training = True in recruit_bot.py and run recruit_bot.py.

Serving

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.