Open DylanTran25 opened 2 months ago
Team3-React-FastAPI.zip Using React created a webpage to upload Ipython notebooks. It also uses FastAPI and python to extract images and has a link to show pictures. To run first need to install node_modules done by cd frontend npm install
Open 2 terminals 1st Terminal cd backend uvicorn main:app --reload
2nd cd frontend npm install (if node_modules is missing) npm start
Team3-React-FastAPI.zip Using React created a webpage to upload Ipython notebooks. It also uses FastAPI and python to extract images and has a link to show pictures. To run first need to install node_modules done by cd frontend npm install