CoolFace
Apppublic

kumasan681104/React_St

sourceHugging Faceunknownupdated 3y agoView on Hugging Face
1likes
App README

このアプリケーションは [田中 統](https://suguru-tanaka.com/) 氏のコーチングプログラムに参加して作成しました.

ORD Chemical Reaction Finder:

アプリは hugging face からご覧ください!

You can check out the app on hugging face !

image

このアプリについて (About)

このアプリでは, the Open Reaction Databaseの300,000を超える有機合成反応データから, あなたが入力した化合物を含む反応を検索できます. 化合物がデータセットに含まれなくても, 類似化合物の反応SMILESをトレーニングしたGPT-3.5を使って生成物の予測を試みました.

This App can find organic reaction data containing your input compounds from the dataset of over 300,000 entries in the Open Reaction Database. Even when the compound is not present in the dataset, app attempts products prediction using GPT-3.5 trained on reaction SMILES.

使用方法 (Usage)

アプリの簡単な使用方法は以下の通りです;

  1. 1.まずは, アプリ にアクセスしましょう!
  2. 2.反応を検索したい二つの化合物の構造を描きましょう! 化合物の情報はPubChemのデータベースから取得できます.
  3. 3."Find"ボタンを押してthe Open Reaction Databaseから反応データを探索しましょう!

A simple usage of the app is as follows;

  1. 1.Let's access app!
  2. 2.Draw the structures of the two compounds whose reactions you want to search for! Your compound information can be retrieved from PubChem database!
  3. 3.Press the "Find" button to explore reaction data from the Open Reaction Database!

将来的機能 (Future features)

現在は2つの反応物間の反応データのみを表示しています. さらに機能を追加していきます。

  • [ ] より高速な応答を実現します。
  • [ ] ORD データセットからすべての反応データを検索します。
  • [ ] 反応による検索が可能になります。
  • [ ] 製品予測パフォーマンスを向上させます。

For now, only two reactant reactions are shown. I will be adding more function.

  • [ ] Achieve faster response.
  • [ ] Find all reaction data from the ORD dataset.
  • [ ] Enables searching by reaction.
  • [ ] Improve product prediction performance.

Packages

This app uses the following packages:

The Open Reaction Database

streamlit-ketcher

PubChem

OpenAI

Contributing

Pull requests are welcome!! 😊

License