Skip to content

CrawlScript/RecruitBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages