Synapses allows you to discover, compare, and interact with the most popular libraries across different domains. Each library is ranked according to its GitHub popularity and comes with detailed contexts automatically generated from existing documentation, docstrings, notebooks, and even code.
| π Astronomy | 𧬠Biochemistry | π° Finance | π€ Machine Learning |
|---|---|---|---|
| Top 100 Libraries | Top 50 Libraries | Top 50 Libraries | Top 50 Libraries |
| Role | Name |
|---|---|
| Developer | Chadi Ait Ekioui |
| Research Advisor | Boris Bolliet |
| Technical Guidance | Nolan Koblischke |
| Conceptual Guidance | Antony Lewis |
See AUTHORS.md for more details.
Node.js 20+
Python 3.11+
Docker (optional)# Clone the repository
git clone https://github.com/CMBAgents/cmbagent-info.git
cd cmbagent-info
# Install dependencies
npm install
# Start development server
npm run dev# Build for production
docker buildx build --platform linux/amd64 -t cmbagent-info:latest .
# Run container
docker run -p 3000:3000 cmbagent-info:latestContributions are welcome! π
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Check open issues or propose new features!

