Merge pull request #12 from jina-ai/docs_chemical_formulas

docs: chem formulas
This commit is contained in:
Florian Hönicke
2023-04-18 11:37:59 +02:00
committed by GitHub
3 changed files with 8 additions and 8 deletions

View File

@@ -100,6 +100,13 @@ jc delete <microservice id>
<img src="res/teaser.png" alt="QR Code Generator" width="600" />
### Chemical Formula Visualization
```bash
generate --description "Convert a chemical formula into a 2D chemical structure diagram" --test "C=C, CN=C=O, CCC(=O)O" --path microservice
```
<img src="res/chemical_formula_example.png" alt="Chemical Formula Visualization" width="600" />
### Animal Detector
```bash
@@ -347,14 +354,6 @@ gptdeploy generate --description "Visualize the Mandelbrot set with custom param
[//]: # (## Upcoming Challenges)
[//]: # (### Chemical Structure Drawing)
[//]: # (```bash)
[//]: # (gptdeploy generate --description "Convert a chemical formula into a 2D chemical structure diagram" --test "C6H6")
[//]: # (```)
[//]: # (### Color Palette Generator)
[//]: # (```bash)

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View File

@@ -79,6 +79,7 @@ def requirements_file_task():
"Write the content of the requirements.txt file. "
"Make sure to include pytest. "
"Make sure that jina==3.14.1. "
"Make sure that docarray==0.21.0. "
"All versions are fixed using ~=, ==, <, >, <=, >=. The package versions should not have conflicts. ",
REQUIREMENTS_FILE_TAG,
REQUIREMENTS_FILE_NAME