An open API service indexing awesome lists of open source software.

https://github.com/ecrl/prediction-web-app

A web application for predicting chemical properties relevant to combustion
https://github.com/ecrl/prediction-web-app

Last synced: about 1 year ago
JSON representation

A web application for predicting chemical properties relevant to combustion

Awesome Lists containing this project

README

          

# prediction-web-app
A web application for predicting chemical properties relevant to combustion. Built using Python, Django, PostgreSQL, PyTorch, and RDKit.

Set the following environment variables (or create a `.env` file):

```
POSTGRES_DB=prediction-app-db
POSTGRES_USER=prediction-app-user
POSTGRES_PASSWORD=prediction-app-password
POSTGRES_PORT=5432
DJANGO_SUPERUSER_USERNAME=admin
DJANGO_SUPERUSER_EMAIL=example@example.com
DJANGO_SUPERUSER_PASSWORD=adminpassword
WEB_PORT=8000
```

Run with:

```
$ docker compose up -d
```