{"id":26249908,"url":"https://github.com/foyzulkarim/transformers-tasks","last_synced_at":"2025-07-16T20:35:28.575Z","repository":{"id":278169339,"uuid":"934736802","full_name":"foyzulkarim/transformers-tasks","owner":"foyzulkarim","description":"Examples and tutorials demonstrating various NLP tasks using HuggingFace transformers. Includes text classification, sentiment analysis, and more.","archived":false,"fork":false,"pushed_at":"2025-03-10T03:58:03.000Z","size":6304,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T20:57:53.164Z","etag":null,"topics":["ai","audio","examples","huggingf","huggingface-transformers","llm","machine-learning","nlp","python","transformers","tutorial","vision"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foyzulkarim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2025-02-18T10:21:24.000Z","updated_at":"2025-03-10T03:58:05.000Z","dependencies_parsed_at":"2025-02-18T11:32:30.741Z","dependency_job_id":"dc3383f8-cb1d-4249-925e-06801e501f2a","html_url":"https://github.com/foyzulkarim/transformers-tasks","commit_stats":null,"previous_names":["foyzulkarim/ai-course-practice","foyzulkarim/transformers-tasks"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/foyzulkarim/transformers-tasks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foyzulkarim%2Ftransformers-tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foyzulkarim%2Ftransformers-tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foyzulkarim%2Ftransformers-tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foyzulkarim%2Ftransformers-tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foyzulkarim","download_url":"https://codeload.github.com/foyzulkarim/transformers-tasks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foyzulkarim%2Ftransformers-tasks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265538600,"owners_count":23784617,"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":["ai","audio","examples","huggingf","huggingface-transformers","llm","machine-learning","nlp","python","transformers","tutorial","vision"],"created_at":"2025-03-13T15:51:53.678Z","updated_at":"2025-07-16T20:35:28.558Z","avatar_url":"https://github.com/foyzulkarim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ai-course-practice\n\n## Project Setup with Conda\n\nFollow these steps to set up a fresh Python project using conda:\n\n1. **Prerequisites**  \n   - Ensure you have [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/distribution) installed on your machine.\n\n2. **Create a Conda Environment**  \n   Open your Terminal and run the following command to create a new environment named `transformers-project` with Python 3.9:\n   ```bash\n   conda create -n transformers-project python=3.10\n   ```\n\n3. **Activate the Environment**  \n   Activate your new environment with:\n   ```bash\n   conda activate transformers-project\n   ```\n\n4. **Install Dependencies**  \n   Install the Transformers library (and any other dependencies) using pip:\n   ```bash\n   pip install transformers\n   ```\n\n   OR install the library from a requirements file:\n   ```bash\n   pip install -r requirements.txt\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoyzulkarim%2Ftransformers-tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoyzulkarim%2Ftransformers-tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoyzulkarim%2Ftransformers-tasks/lists"}