Thanks for your interest! Here's how to help.
- Report bugs: Something not running in Colab? Open an issue.
- Suggest improvements: Better models, visualizations, or techniques.
- Fix issues: Check the Issues tab.
- Improve docs: Clarify explanations, fix typos, add examples.
This project runs in Google Colab — no local setup required:
- Open the notebook in Colab via the link in the README
- Run all cells
- Make your changes
For local development:
git clone https://github.com/DrKenReid/VAE-for-Molecule-Discovery.git
pip install -r requirements.txt
jupyter notebook- Keep notebooks clean — restart kernel and run all before committing.
- Clear output cells to keep diffs readable.
- Add markdown cells explaining new sections.
- Don't commit API keys or credentials.