{"id":17384775,"url":"https://github.com/c17hawke/dvc-nlp-simple-usecase","last_synced_at":"2025-04-14T07:42:46.351Z","repository":{"id":46267324,"uuid":"422767576","full_name":"c17hawke/DVC-NLP-Simple-usecase","owner":"c17hawke","description":"DVC-NLP-Simple-usecase","archived":false,"fork":false,"pushed_at":"2021-11-03T11:31:35.000Z","size":10522,"stargazers_count":5,"open_issues_count":1,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T21:22:56.624Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/c17hawke.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2021-10-30T02:51:22.000Z","updated_at":"2024-03-08T04:21:09.000Z","dependencies_parsed_at":"2022-08-29T00:40:50.969Z","dependency_job_id":null,"html_url":"https://github.com/c17hawke/DVC-NLP-Simple-usecase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"c17hawke/dvc-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c17hawke%2FDVC-NLP-Simple-usecase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c17hawke%2FDVC-NLP-Simple-usecase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c17hawke%2FDVC-NLP-Simple-usecase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c17hawke%2FDVC-NLP-Simple-usecase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c17hawke","download_url":"https://codeload.github.com/c17hawke/DVC-NLP-Simple-usecase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248842485,"owners_count":21170372,"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":"2024-10-16T07:46:31.072Z","updated_at":"2025-04-14T07:42:46.326Z","avatar_url":"https://github.com/c17hawke.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dvc-NLP-simple-usecase\nDVC NLP project\n\n## Reference repository:\n* [official reference repo](https://github.com/iterative/example-get-started)\n\n* [DVC STUDIO](https://studio.iterative.ai/)\n\n* [MY View](https://studio.iterative.ai/user/c17hawke/views/DVC-NLP-Simple-usecase-3xolnsi26a)\n\n* [Bag of Words- Krish Naik](https://youtu.be/D2V1okCEsiE)\n\n* [TF-IDF- Krish Naik](https://youtu.be/D2V1okCEsiE)\n\n\n## STEPS -\n\n### STEP 01- Create a repository by using template repository\n\n### STEP 02- Clone the new repository\n\n### STEP 03- Create a conda environment after opening the repository in VSCODE\n\n```bash\nconda create --prefix ./env python=3.7 -y\n```\n\n```bash\nconda activate ./env\n```\nOR\n```bash\nsource activate ./env\n```\n\n### One shot create and activate environment\n```bash\nconda create --prefix ./env python=3.7 -y \u0026\u0026 source activate ./env\n```\n\n### STEP 04- install the requirements\n```bash\npip install -r requirements.txt\n```\n\n### STEP 05- initialize the dvc project\n```bash\ndvc init\n```\n\n### STEP 06- commit and push the changes to the remote repository\n\n\n### extra commands - \n\n```bash\necho \"*.log\" \u003e\u003e logs/.gitignore\n```\n\n```bash\ngit rm --cached logs/running_logs.log\n```\n\nupdated by rohan ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc17hawke%2Fdvc-nlp-simple-usecase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc17hawke%2Fdvc-nlp-simple-usecase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc17hawke%2Fdvc-nlp-simple-usecase/lists"}