mol-platform
A containerized microservice application for molecular generation and analysis using RDKit โ designed for reproducibility, modularity, and scalability using Docker. Generates molecular variants through systematic mutations with secure API access.
Features
- ๐งฌ Advanced molecular generation with random mutations
- ๐ RESTful API built with FastAPI
- โ๏ธ Interactive React frontend
- ๐ณ Complete Docker containerization
- ๐งช Comprehensive testing suite
- ๐ CI/CD pipeline ready
Quick Start
# Clone the repository
git clone https://github.com/bniladridas/mol-platform.git
cd mol-platform
# Start with Docker
docker-compose up --build
# Access the application
# Frontend: http://localhost:3000
# API Docs: http://localhost:8000/docs