AI4Industry commited on
Commit
8deb6b8
·
verified ·
1 Parent(s): 4509e64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -7,6 +7,7 @@ tags:
7
  datasets:
8
  - UniParser/MolParser-7M
9
  - UniParser/MolGallery
 
10
  ---
11
 
12
  # MolParser Mobile
@@ -97,6 +98,30 @@ result = parser.parse(
97
  ```
98
 
99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  ## 📖 Citation
101
- If you use this model, please cite:
102
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  datasets:
8
  - UniParser/MolParser-7M
9
  - UniParser/MolGallery
10
+ license: cc-by-nc-sa-4.0
11
  ---
12
 
13
  # MolParser Mobile
 
98
  ```
99
 
100
 
101
+ ## 📜 License
102
+
103
+ ### MolParser-Mobile Weight
104
+
105
+ The **MolParser-Mobile model weights** are provided for **non-commercial use only**.
106
+
107
+ For commercial licensing, please contact **fangxi@dp.tech** or open a discussion on Hugging Face.
108
+
109
+ ### MolParser Github Repo
110
+
111
+ The **MolParser** library (including E-SMILES post-processing and rendering) is available at https://github.com/dptech-corp/MolParser and is licensed under the **Apache License 2.0**, which permits commercial use, modification, and distribution, provided that the license and copyright notices are retained.
112
+
113
+ **Note:** Model weights, datasets, and third-party dependencies are subject to their respective licenses.
114
+
115
  ## 📖 Citation
 
116
 
117
+ If you use this datasets in your work, please cite:
118
+
119
+ ```
120
+ @inproceedings{fang2025molparser,
121
+ title={Molparser: End-to-end visual recognition of molecule structures in the wild},
122
+ author={Fang, Xi and Wang, Jiankun and Cai, Xiaochen and Chen, Shangqian and Yang, Shuwen and Tao, Haoyi and Wang, Nan and Yao, Lin and Zhang, Linfeng and Ke, Guolin},
123
+ booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
124
+ pages={24528--24538},
125
+ year={2025}
126
+ }
127
+ ```