Description
Hi, @AshChadha-iitg
Currently, the repository does not clearly specify all required Python dependencies needed to run inference.py or training scripts.
This may make it difficult for new contributors to set up the environment correctly.
Proposed Solution
- Add a requirements.txt file listing all dependencies.
- Include installation steps in the README:
- Python version
- pip install -r requirements.txt
- Any GPU or CUDA requirements (if applicable)
Benefits
- Makes the project easier to reproduce.
- Helps beginners contribute faster.
- Improves documentation and onboarding.
Additional Context
I would be happy to help prepare the requirements file and update the README if this issue is accepted.
Description
Hi, @AshChadha-iitg
Currently, the repository does not clearly specify all required Python dependencies needed to run inference.py or training scripts.
This may make it difficult for new contributors to set up the environment correctly.
Proposed Solution
Benefits
Additional Context
I would be happy to help prepare the requirements file and update the README if this issue is accepted.