{"id":13686526,"url":"https://github.com/zomux/dlmonitor","last_synced_at":"2025-04-14T02:01:46.223Z","repository":{"id":146412582,"uuid":"92566801","full_name":"zomux/dlmonitor","owner":"zomux","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-01T22:12:48.000Z","size":325,"stargazers_count":149,"open_issues_count":9,"forks_count":21,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-27T15:55:54.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zomux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-05-27T03:12:34.000Z","updated_at":"2025-03-05T06:29:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"500d7e12-7373-47ae-a009-83d80eda1e06","html_url":"https://github.com/zomux/dlmonitor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zomux%2Fdlmonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zomux%2Fdlmonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zomux%2Fdlmonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zomux%2Fdlmonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zomux","download_url":"https://codeload.github.com/zomux/dlmonitor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248809032,"owners_count":21164895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T15:00:34.427Z","updated_at":"2025-04-14T02:01:46.188Z","avatar_url":"https://github.com/zomux.png","language":"CSS","readme":"# DLMonitor: Monitoring all things happening in deep learning\n\n### Purpose\n\nThis project aims to save time and energy for deep learning folks.\nIt monitors new things on multiple sources and find out those important to you.\nCurrently, the data sources include:\n\n- Arxiv papers\n- Tweets\n- Reddit posts\n\nTake a look at the public server: https://deeplearn.org\n\n### Install\n\n1. Install postgres server\n2. `pip install -r requirements.txt`\n3. `sudo apt-get install poppler-utils`\n\n### Setup database\n\n1. Create a `.env` file in the project root.\n\n```\nDATABASE_USER=dlmonitor\nDATABASE_PASSWD=something\n\nTWITTER_CONSUMER_KEY=something\nTWITTER_CONSUMER_SECRET=something\nTWITTER_ACCESS_TOKEN=something\nTWITTER_ACCESS_SECRET=something\n\nSUPERVISORD_PASSWD=something\n```\n\n2. Create database\n\nRun `bash bin/create_db.sh`\n\n\n### Install Quick Read dependencies\n\n1. install cpan\n2. install text::Unidecode in cpan\n3. git clone https://github.com/brucemiller/LaTeXML\n4. perl Makefile.PL; make; make install\n\n### Fetch resources\n\nFetch Arxiv papers and tweets.\n\n```bash\npython bin/fetch_new_sources.py all\n```\n\n### Run test server\n\n```bash\nPYTHONPATH=\".\" python dlmonitor/webapp/app.py\n```\n\n### Setup production server\n\n1. Install nginx\n\n2. Copy configuration files for supervisord and nignx\n\n```bash\nbash bin/config_server.sh\n```\n\n3. Start Gunicorn processes through supervisord\n\n```bash\nbash bin/start_supervisord.sh\n```\n4. Start arxiv source loading worker\n\n```bash\nPYTHONPATH=\".\" python bin/auto_load_arxiv.py --forever\n```\n","funding_links":[],"categories":["CSS"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzomux%2Fdlmonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzomux%2Fdlmonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzomux%2Fdlmonitor/lists"}