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
- Host: GitHub
- URL: https://github.com/ecrl/prediction-web-app
- Owner: ecrl
- License: mit
- Created: 2023-07-14T21:48:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T02:12:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T06:29:39.556Z (over 1 year ago)
- Language: JavaScript
- Size: 464 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```