Redox Web App A web app based on FastAPI that helps us design molecules using AI. Installing Create the environment using Anaconda conda env create --file environment.yml Running Launch the application using uvicorn: uvicorn redoxweb.app:app --reload