Skip to content

Steinbeck-Lab/DECIMER.ai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning for Chemical Image Recognition - WebApp

License Maintenance GitHub issues GitHub contributors
GitHub release DOI tensorflow

AboutInstallationPowered ByLicenseCitationFurther ReadingResearch Group


About

DECIMER (Deep Learning for Chemical Image Recognition)

This repository contains the code running on decimer.ai

🧪 DECIMER is a powerful tool that can:

  • Perform automated chemical image segmentation
  • Recognize chemical structures in scientific publications
  • Convert chemical structure depictions to machine-readable formats

DECIMER is actively developed and maintained by the Steinbeck group at the Friedrich Schiller University Jena.


Installation

How to run DECIMER Web locally

git clone https://github.com/OBrink/DECIMER.ai.git
sudo chmod -R 777 DECIMER.ai
cd DECIMER.ai/
mv .env.example .env
sed -i '$ d' routes/web.php # Deletes the last line "URL::forceScheme('https');"
sudo chmod -R 777 storage/
sudo chmod -R 777 bootstrap/cache/
docker-compose up --build -d
  1. Open your browser (Chrome or Chromium-based recommended)
  2. Navigate to http://localhost:80
  3. On first run, generate an app key when prompted
  4. Refresh the page
  5. Wait 5-10 minutes for all models to load

📘 Note: Check out the DECIMER.ai wiki for advanced setup options and customizations!


Powered By

DECIMER Segmentation STOUT DECIMER Transformer


License 📜

This project is licensed under the MIT License - see the LICENSE file for details.


Citation 📰

If you use this work, please cite:

@article{rajan2023decimer,
  title={DECIMER.ai - An open platform for automated optical chemical structure identification, segmentation and recognition in scientific publications},
  author={Rajan, Kohulan and Brinkhaus, Henning Otto and Agea, Maria Inmaculada and Zielesny, Achim and Steinbeck, Christoph},
  journal={ChemRxiv},
  year={2023},
  doi={10.26434/chemrxiv-2023-xhcx9}
}

Further Reading 📚


Research Group

Cheminformatics and Computational Metabolomics Group

🔬 DECIMER is developed and maintained by the Steinbeck group at the Friedrich Schiller University Jena, Germany.


Made with ❤️ by the Steinbeck Group

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.3%
  • PHP 14.4%
  • Blade 7.5%
  • Python 3.8%
  • CSS 1.6%
  • Dockerfile 0.3%
  • Other 0.1%