{"id":22894534,"url":"https://github.com/pstjohn/bde_prediction_flask","last_synced_at":"2026-05-05T00:38:26.903Z","repository":{"id":40556990,"uuid":"190022954","full_name":"pstjohn/bde_prediction_flask","owner":"pstjohn","description":"Dockerized web service for serving tensorflow 2 BDE predictions","archived":false,"fork":false,"pushed_at":"2023-09-16T21:26:47.000Z","size":302180,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T22:39:09.158Z","etag":null,"topics":["docker","flask","python"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pstjohn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-03T14:35:09.000Z","updated_at":"2022-08-30T00:27:52.000Z","dependencies_parsed_at":"2024-12-13T23:18:41.615Z","dependency_job_id":"df3af67e-1821-4fca-8124-bab940cdf910","html_url":"https://github.com/pstjohn/bde_prediction_flask","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/pstjohn/bde_prediction_flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstjohn%2Fbde_prediction_flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstjohn%2Fbde_prediction_flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstjohn%2Fbde_prediction_flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstjohn%2Fbde_prediction_flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pstjohn","download_url":"https://codeload.github.com/pstjohn/bde_prediction_flask/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstjohn%2Fbde_prediction_flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32631058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","flask","python"],"created_at":"2024-12-13T23:18:30.339Z","updated_at":"2026-05-05T00:38:26.869Z","avatar_url":"https://github.com/pstjohn.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BDE Flask App\n\n![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/pstjohn/bde_prediction_flask)\n\nThe only tricky dependency here is [`rdkit`](http://www.rdkit.org/docs/Install.html), but it can be installed with \n```\nconda install -c conda-forge rdkit\n```\n\n\nThe dependencies are therefore\n* rdkit\n* pandas\n* seaborn (for colors)\n* flask\n* wtforms\n\n## To launch a local server:\n```\ncd bde_prediction\ngunicorn --bind 0.0.0.0:2222 wsgi:app\n```\n\nThen browse to 0.0.0.0:2222 in a web browser\n\nOR\n\n```\nFLASK_APP=wsgi.py flask run\n```\nand open localhost:5000\n\n### Alternatively, with Docker:\n\n```bash\ndocker build -t bde .\ndocker run -e PORT=2222 -p 2222:2222 -t bde\n```\nThen browse to 0.0.0.0:2222 in a web browser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpstjohn%2Fbde_prediction_flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpstjohn%2Fbde_prediction_flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpstjohn%2Fbde_prediction_flask/lists"}