{"id":28809846,"url":"https://github.com/bigmb/mb_nlp","last_synced_at":"2026-02-20T01:02:27.702Z","repository":{"id":288426972,"uuid":"967995867","full_name":"bigmb/mb_nlp","owner":"bigmb","description":"Nlp - text classifier ","archived":false,"fork":false,"pushed_at":"2025-04-17T12:57:11.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T03:15:08.055Z","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/bigmb.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":"2025-04-17T10:29:56.000Z","updated_at":"2025-04-17T12:57:15.000Z","dependencies_parsed_at":"2025-04-18T03:27:12.345Z","dependency_job_id":"8db35e51-b2d9-49a0-b97f-866275b181aa","html_url":"https://github.com/bigmb/mb_nlp","commit_stats":null,"previous_names":["bigmb/mb_nlp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bigmb/mb_nlp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmb%2Fmb_nlp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmb%2Fmb_nlp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmb%2Fmb_nlp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmb%2Fmb_nlp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigmb","download_url":"https://codeload.github.com/bigmb/mb_nlp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmb%2Fmb_nlp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260558854,"owners_count":23027722,"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":[],"created_at":"2025-06-18T13:08:02.452Z","updated_at":"2026-02-20T01:02:27.691Z","avatar_url":"https://github.com/bigmb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mb_nlp\n\nA simple package for text classification using the latest BERT models via Hugging Face Transformers.\n\n## Installation\n\n```bash\npip install mb_nlp\n```\n\n## Usage\n\n```python\nfrom mb_nlp import BertTextClassifier\n\nclassifier = BertTextClassifier(model_name='bert-base-uncased', num_labels=2)\nprediction = classifier.predict(\"Your text here\")\n```\n\nSee `examples/example_usage.py` for more examples.\n\n## Testing\n\nRun the tests:\n\n```bash\npython tests/test_inputs.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigmb%2Fmb_nlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigmb%2Fmb_nlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigmb%2Fmb_nlp/lists"}