DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
26 stars 8 forks source link

Remove Selenium Webdriver Script #828

Closed karkir0003 closed 1 year ago

karkir0003 commented 1 year ago

Problem: I was initially thinking of implementing an endpoint with Selenium webdriver in order to open up a user's onnx file from a training execution. However, I didn't really prioritize it due to other important tasks. Now, backend/webdriver.py is unused code that's been living in our repo. Also, from my memory, backend/webdriver.py doesn't really get called anywhere else in the backend.

Solution: Reduce tech debt by removing backend/webdriver.py file

Time required: 10 minutes of your time.

Branch Setup

git checkout nextjs
git pull origin nextjs
git checkout -b remove-webdriver

If the above commands don't work, run git stash before running the above sequence of commands