{"id":13824360,"url":"https://github.com/aio-libs/aiohttp-demos","last_synced_at":"2025-07-08T19:31:53.198Z","repository":{"id":26437900,"uuid":"108527536","full_name":"aio-libs/aiohttp-demos","owner":"aio-libs","description":"Demos for aiohttp project","archived":false,"fork":false,"pushed_at":"2024-10-29T09:42:06.000Z","size":45804,"stargazers_count":734,"open_issues_count":27,"forks_count":220,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-10-29T11:47:26.120Z","etag":null,"topics":["aiohttp","asyncio","demo","tutorial"],"latest_commit_sha":null,"homepage":"https://demos.aiohttp.org","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aio-libs.png","metadata":{"files":{"readme":"README.rst","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-27T09:35:41.000Z","updated_at":"2024-10-29T09:42:10.000Z","dependencies_parsed_at":"2023-10-16T19:03:01.045Z","dependency_job_id":"dfa2f00b-55ed-43cf-aa3a-7e36ba846415","html_url":"https://github.com/aio-libs/aiohttp-demos","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/aio-libs%2Faiohttp-demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aio-libs%2Faiohttp-demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aio-libs%2Faiohttp-demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aio-libs%2Faiohttp-demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aio-libs","download_url":"https://codeload.github.com/aio-libs/aiohttp-demos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225457774,"owners_count":17477353,"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":["aiohttp","asyncio","demo","tutorial"],"created_at":"2024-08-04T09:01:01.486Z","updated_at":"2024-11-20T02:30:44.965Z","avatar_url":"https://github.com/aio-libs.png","language":"Makefile","readme":"=============\naiohttp-demos\n=============\n\n.. image:: https://github.com/aio-libs/aiohttp-demos/actions/workflows/ci.yml/badge.svg\n   :target: https://github.com/aio-libs/aiohttp-demos/actions/workflows/ci.yml\n   :alt: GitHub Actions status for master branch\n.. image:: https://badges.gitter.im/Join%20Chat.svg\n    :target: https://gitter.im/aio-libs/Lobby\n    :alt: Chat on Gitter\n.. image:: https://readthedocs.org/projects/aiohttp-demos/badge/?version=latest\n   :target: http://aiohttp-demos.readthedocs.io/en/latest/\n   :alt: Latest Read The Docs\n\n\nDemos for `aiohttp \u003chttps://aiohttp.readthedocs.io\u003e`_ project.\n\n\n.. contents::\n\nImagetagger Deep Learning Image Classifier\n------------------------------------------\nExample how to deploy deep learning model with aiohttp.\n\n.. image:: https://raw.githubusercontent.com/aio-libs/aiohttp-demos/master/docs/_static/imagetagger.png\n\n\nURL shortener\n-------------\nSimple URL shortener with Redis storage.\n\n.. image:: https://raw.githubusercontent.com/aio-libs/aiohttp-demos/master/docs/_static/shorty.png\n\n\nToxic Comments Classifier\n-------------------------\nUI and API for classification of offensive and toxic comments using Kaggle data and simple\nlogistic regression.\n\n.. image:: https://raw.githubusercontent.com/aio-libs/aiohttp-demos/master/docs/_static/moderator.png\n\n\nModerator Slack Bot\n-------------------\nSlack bot that moderates offensive and toxic chat messages using model from `Moderator AI`.\n\n.. image:: /docs/_static/slack_moderator.gif\n    :align: center\n    :width: 460px\n\n\nTwitter clone\n-------------\nTwitter clone with MongoDB storage.\n\n.. image:: https://raw.githubusercontent.com/aio-libs/aiohttp-demos/master/docs/_static/motortwit.png\n\n\nChat\n----\nSimple chat using websockets.\n\n.. image:: https://raw.githubusercontent.com/aio-libs/aiohttp-demos/master/docs/_static/chat.png\n\n\nPolls app\n---------\nSimple *polls* application with PostgreSQL storage.\n\n.. image:: https://raw.githubusercontent.com/aio-libs/aiohttp-demos/master/docs/_static/polls.png\n    :align: center\n    :width: 460px\n\n\nBlog\n----\nBlog application with PostgreSQL storage and Redis session store.\n\n.. image:: https://raw.githubusercontent.com/aio-libs/aiohttp-demos/master/docs/_static/blog.png\n    :align: center\n    :width: 460px\n\n\n\nGraphQL Messenger\n-----------------\nThe simple realization of the GraphQL api.\n\n.. image:: /docs/_static/graph.gif\n    :align: center\n    :width: 460px\n\n\nContributing\n------------\nThings you need for local development::\n\n    $ pip install -r requirements-dev.txt\n    $ pip install demos/polls\n    $ pip install demos/chat\n    $ pip install demos/blog\n    $ pip install demos/graphql-demo\n\n\nTo check documentation locally - run::\n\n    $ make doc\n\nand click the ``open file`` link from the output.\n\n\nTo make sure everything is ok before committing::\n\n    $ make ci\n\n\nImprovement plan\n----------------\n\nPolls:\n\n- [+] create configuration steps (venv, pip install, db initialization)\n- [+] fix or recreate tests\n- [~] revise `tutorial.rst`\n- [+] fix urls from `aiohttp/tutorial`\n- [x] setup communication channels (aio-libs gitter channel is enough)\n- [~] create missing issues\n- [+] add \"Contributing\" section\n- [ ] add \"What's next\" section\n- [ ] discuss roadmap\n","funding_links":[],"categories":["Makefile"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faio-libs%2Faiohttp-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faio-libs%2Faiohttp-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faio-libs%2Faiohttp-demos/lists"}