{"id":19711908,"url":"https://github.com/ricoledan/rasa-docker-demo","last_synced_at":"2026-06-12T19:32:23.441Z","repository":{"id":117357500,"uuid":"407315630","full_name":"Ricoledan/rasa-docker-demo","owner":"Ricoledan","description":"💬 Rasa NLU example","archived":false,"fork":false,"pushed_at":"2021-09-27T16:41:18.000Z","size":24366,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T19:58:00.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Ricoledan.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":"2021-09-16T21:09:22.000Z","updated_at":"2021-09-27T16:41:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"c797c487-3cb8-4134-a68b-113af48d1537","html_url":"https://github.com/Ricoledan/rasa-docker-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ricoledan/rasa-docker-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricoledan%2Frasa-docker-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricoledan%2Frasa-docker-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricoledan%2Frasa-docker-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricoledan%2Frasa-docker-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ricoledan","download_url":"https://codeload.github.com/Ricoledan/rasa-docker-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricoledan%2Frasa-docker-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34260309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-11T22:14:33.882Z","updated_at":"2026-06-12T19:32:23.416Z","avatar_url":"https://github.com/Ricoledan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rasa-docker-demo\n\nRasa NLU\n\n## :speech_balloon: Introduction\n\n## Setting up\n\n## Install Rasa\n\n`https://rasa.com/docs/rasa/installation/`\n\n### Set up python environment\n\nCreate virtual environment\n\n```Bash\npython3.8 -m venv venv\n```\n\nActivate Environment\n\n```Bash\nsource venv/bin/activate\n```\n\nInstall dependencies\n\n```Bash\npython3 -m pip install -r requirements.txt\n```\n\nLock dependencies\n\n```Bash\npip freeze \u003e requirements.txt\n```\n\n### Run application\n\n1. Build container using Dockerfile from root directory\n\n```Bash\ndocker build -t rasa .\n```\n\n2. Start the NLU server using newly build docker container\n\n```Bash\ndocker run -p 5005:5005 rasa\n```\n\nTest Application locally\n\n```Bash\nrasa run --enable-api -m models/20210824-134134.tar.gz  --port 5005\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricoledan%2Frasa-docker-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricoledan%2Frasa-docker-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricoledan%2Frasa-docker-demo/lists"}