Microsoft Imagine Cup Americas Regional Finalist & Runner-Up
Check out Synbiolic!
- Deep reinforcement learning for de novo drug design Popova et. al 2018
- DeepChem
- IBM RXN Chem
- Azure ML
- Azure API Management
- RXN Finder API
- N.A Regional Finalist (Top 5 of 28000)
- Microsoft Feature
- Runner Up Microsoft Feature
- Microsoft Pitch
git clone https://github.com/wlawt/synbiolic.git
cd synbiolic
npm install
cd client
npm install
cd ../
npm run dev
- The number of recommended molecules to generate is 20-50 (for demo purposes).
- It will then take you to all the generated molecules - where you can view the molecules and the plc-50 distribution
- You can save any of the molecules and click on them to bring up the retrosynthesis pathway
- The retrosynthesis pathway will have more details about the molecule itself
- Making repo public
- Fixed pic50 distribution
- Added tab icon
- Fixed UI changes/bugs
- Corrected pic50 distribution chart
- Uninstalled unnecessary dep.
- UI Change, implemented 4th frame (sidebar, additional info for the retro, etc.)
- Added IBM Chemistry API for prediction/retrosynthesis
- Results show to front end
- Front end displaying data dynamically works
- Distribution chart for plc50 works
- Footer added
- Cleaned up code
- Implemented Azure API
- Fixed Azure CORS issue
- Showing results to front end
- Finished frame 3
- Fixed warnings
- Finished frame 1
- Finished frame 2