{"id":21118128,"url":"https://github.com/ajdavidl/nlp-bot","last_synced_at":"2025-07-03T11:02:17.752Z","repository":{"id":45002216,"uuid":"513220795","full_name":"ajdavidl/NLP-bot","owner":"ajdavidl","description":"A chatbot that performs simple nlp tasks.","archived":false,"fork":false,"pushed_at":"2023-02-22T00:58:31.000Z","size":24754,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T11:02:16.404Z","etag":null,"topics":["python","rasa-chatbot"],"latest_commit_sha":null,"homepage":"","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/ajdavidl.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,"zenodo":null}},"created_at":"2022-07-12T16:45:52.000Z","updated_at":"2022-07-18T02:20:58.000Z","dependencies_parsed_at":"2022-08-12T11:40:40.655Z","dependency_job_id":"b7895eaf-93ab-4109-83d5-336783628474","html_url":"https://github.com/ajdavidl/NLP-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajdavidl/NLP-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajdavidl%2FNLP-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajdavidl%2FNLP-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajdavidl%2FNLP-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajdavidl%2FNLP-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajdavidl","download_url":"https://codeload.github.com/ajdavidl/NLP-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajdavidl%2FNLP-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263314092,"owners_count":23447289,"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":["python","rasa-chatbot"],"created_at":"2024-11-20T02:52:55.902Z","updated_at":"2025-07-03T11:02:17.705Z","avatar_url":"https://github.com/ajdavidl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NLP-bot\n\nA chatbot that performs simple nlp tasks.\n\n\u003c!-- ![python](https://img.shields.io/badge/Python-3776AB?style=flat\u0026labelColor=FFD43B\u0026logoColor=3776AB\u0026logo=python) --\u003e\n[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-3913/)\n![Rasa](https://img.shields.io/badge/Rasa-6200F5?style=flat\u0026labelColor=6200F5\u0026logoColor=whitesmoke\u0026logo=Rasa)\n![SpaCy](https://img.shields.io/badge/SpaCy-0A84FF?style=flat\u0026labelColor=0A84FF\u0026logoColor=whitesmoke\u0026logo=SpaCy)\n\n\n## Installing \n\nCreate an python enviroment. Install rasa and other dependencies with following command:\n\n```python\npip install -r requirements.txt\n```\nAfter that you may need some SpaCy models to use the parse functionality.\n\n```bash\npython -m spacy download en_core_web_sm\npython -m spacy download pt_core_news_sm\npython -m spacy download es_core_news_sm\npython -m spacy download it_core_news_sm\npython -m spacy download fr_core_news_sm\n```\n\nClone the repository.\n\n```Shell\ngit clone https://github.com/ajdavidl/NLP-bot.git\ncd NLP-bot\n```\n\n### Training Rasa\n\nOpen a terminal, and change directory to RasaServer and train the Rasa model.\n\n```Shell\ncd RasaServer\nrasa train\n```\n\n## Getting started\n\nOpen three terminals on `NLP-bot` folder and run the shell \n###scripts.\n\n### Run the action server\n\n```Shell\n./startRasaActions.sh \n```\n\n### Run the rasa server\n\n```Shell\n./startRasaServer.sh \n```\n\n### Run the user interface server\n\n```Shell\n./startUI.sh\n```\n### Open the user interface\n\nOpen your browser and access: http://localhost:3838\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajdavidl%2Fnlp-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajdavidl%2Fnlp-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajdavidl%2Fnlp-bot/lists"}