sadapala_assignment0_bonus Software and Tools Requirements Github Account HerokuAccount VSCodeIDE GitCLI Create a new environment conda create --prefix ./env python -y conda activate ./env pip3 install torch torchvision torchaudio conda install jupyter pandas numpy matplotlib scikit-learn tqdm pip3 install Flask