Skip to content

zomux/dlmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Community: All things happening in deep learning

Install

  1. Install postgres server
  2. pip install -r requirements.txt

Setup database

  1. Create a .env file in the project root.
DATABASE_USER=deepcommunity
DATABASE_PASSWD=something

TWITTER_CONSUMER_KEY=something
TWITTER_CONSUMER_SECRET=something
TWITTER_ACCESS_TOKEN=something
TWITTER_ACCESS_SECRET=something

SUPERVISORD_PASSWD=something
  1. Create database

Run bash bin/create_db.sh

Fetch resources

Fetch Arxiv papers and tweets.

python bin/fetch_new_sources.py all

Setup web server

  1. Install nginx

  2. Copy configuration files for supervisord and nignx

bash bin/config_server.sh
  1. Start Gunicorn processes through supervisord
bash bin/start_supervisord.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •