Replace environment files with more lightweight versions
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 164
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Environment files are a bit bloated, replacing them with lightweight versions that do the same thing will help a lot (especially once data_utils.py has been refactored to completely remove the TensorFlow dependency.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the repository's environment files and read data_utils.py to understand which dependencies they currently provide. Compare the files for duplicated or unnecessary dependencies, then verify that lighter environments preserve the same setup and support the planned removal of TensorFlow from data_utils.py.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- build-system, machine-learning
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100