GenAI The FastAPI REST Server is implemented in the main.py file. The React code is in the app folder. How to run Install the dependencies pip3 install -r requirements.txt Start the FastAPI server python3 main.py Start the React app cd app npm install npm start