Skip to content

Commit

Permalink
Merge pull request #104 from moleculemaker/KastanDay-update-readme-ba…
Browse files Browse the repository at this point in the history
…ckend-links

Add links to backend repos, improve code dependency discovery
  • Loading branch information
bodom0015 authored Sep 18, 2024
2 parents 7e60dcf + dcb54ed commit 8dafa9d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# Chemscraper

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.6.
## Backend repositories & related codebases

Chemscraper frontend leverages these backends to parse chemical symbols and render the results.

* [Chemscraper backend](https://gitlab.com/dprl/graphics-extraction/-/tree/prod), the primary entrypoint into backend code.
* [Symbolscraper container](https://gitlab.com/dprl/symbolscraper-server), chemical parsing of parsing *'born digital'* PDFs.
* [YOLO container](https://gitlab.com/dprl/yolov8sever) for localizing chemical symbols.
* [Line-of-sight with Graph Attention Parser (LGAP)](https://gitlab.com/dprl/lgap-parser), visual parser to recognize chemical symbols from images.

These 4 containers are built via [this Docker Compose](https://gitlab.com/dprl/dprl-alphasynthesis), and deployed via [this Helm chart](https://github.com/moleculemaker/chemscraper-helm-chart) in Kubernetes.

## Development server

For marwin.js license add the following lines to the ~/.npmrc file:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.6.

For marvin.js license add the following lines to your `~/.npmrc`:
```
@chemaxon:registry=https://hub.chemaxon.com/artifactory/api/npm/npm/
hub.chemaxon.com/artifactory/api/npm/npm/:_auth="<auth>"
Expand Down

0 comments on commit 8dafa9d

Please sign in to comment.