Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 462 Bytes

Redox Web App

CI

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