{"id":19781961,"url":"https://github.com/cleanpegasus/coffeeshop","last_synced_at":"2025-04-30T22:30:32.581Z","repository":{"id":62563381,"uuid":"204543362","full_name":"CleanPegasus/coffeeshop","owner":"CleanPegasus","description":"A python package that sends your deep learning training and validation metrics to your slack channel after every specified epoch","archived":false,"fork":false,"pushed_at":"2020-01-19T07:29:37.000Z","size":205,"stargazers_count":60,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-11T06:08:00.266Z","etag":null,"topics":["deep-learning","keras","monitoring-tool","pip","python","python-package","slack"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CleanPegasus.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}},"created_at":"2019-08-26T19:10:52.000Z","updated_at":"2024-01-04T16:37:09.000Z","dependencies_parsed_at":"2022-11-03T15:45:14.813Z","dependency_job_id":null,"html_url":"https://github.com/CleanPegasus/coffeeshop","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/CleanPegasus%2Fcoffeeshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanPegasus%2Fcoffeeshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanPegasus%2Fcoffeeshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanPegasus%2Fcoffeeshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CleanPegasus","download_url":"https://codeload.github.com/CleanPegasus/coffeeshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224225339,"owners_count":17276435,"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":["deep-learning","keras","monitoring-tool","pip","python","python-package","slack"],"created_at":"2024-11-12T06:03:14.886Z","updated_at":"2024-11-12T06:03:15.926Z","avatar_url":"https://github.com/CleanPegasus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)\n\n# Coffeeshop\n\nThis package sends your deep learning model's training and validation metrics to your slack channel after every specified epoch.\nIt uses slackclient and keras python packages.\n\n### Installation\n\n\u003e$ **pip install coffeeshop**\n\n\n### Code sample\n\n```python\nfrom coffeeshop.coffeeshop import Coffeeshop\n\nsecret = 'xoxp-slacktoken'\n\n# For sending metrics to channel.\nchannel_name = 'name_of_channel_to_be_posted'\n\nhistories = Coffeeshop(token = secret, channel_name = channel_name, epoch_num = 5)\n\n# For sending metrics to user.\n\nuser = 'User Name'\n\nhistories = Coffeeshop(token = secret, user_name = user, epoch_num = 5)\n\n# Add histories in the callbacks.\n\nmodel.fit(X_train, Y_train, epochs = epochs, batch_size = batch_size,callbacks = [histories])\n\n```\n\n### Output sample\n\n\u003cimg src=\"readme_resources/sample_output.jpeg\"\u003e\n\u003c/img\u003e\n\n\n\n#### Contact\n\n[E-mail](arunk609@gmail.com)\n\n[Github](https://github.com/CleanPegasus)\n\n[LinkedIn](https://www.linkedin.com/in/arunkumar-l/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleanpegasus%2Fcoffeeshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleanpegasus%2Fcoffeeshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleanpegasus%2Fcoffeeshop/lists"}