Your gateway to collaborative data science learning, contribution, and innovation.
CLUSTER is the official platform of the CLUSTER Data Science Club that empowers students to collaborate, learn, and contribute to real-world data science and AI projects.
We focus on:
- 📊 Data Analysis & Visualization
- 🤖 Machine Learning Projects
- 🧠 Natural Language Processing
- 👁️🗨️ Computer Vision
- 🧪 MLOps, Deployment, and more...
- Node.js ≥ 18
- npm or yarn
git clone https://github.com/CLUSTER-DS-Club/cluster.git
cd cluster
npm install
npm run devcluster/
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Application pages
│ └── App.jsx # Root component
├── index.html
├── vite.config.js
└── package.json
- 🔥 Vite + React based modern frontend
- 🎨 Styled with TailwindCSS
- 📁 Modular folder structure
- 🌐 Responsive & accessible UI
- 🌟 Beginner-friendly open-source project
We welcome all contributions, big or small!
# 1. Fork the repo
# 2. Create your feature branch
git checkout -b feature/AmazingFeature
# 3. Commit your changes
git commit -m "Add some amazing feature"
# 4. Push to the branch
git push origin feature/AmazingFeature
# 5. Open a Pull Request📜 Please read our Contributing Guide and Code of Conduct.
This project is licensed under the MIT License - see the LICENSE file for details.
- 💬 Join our Discord
- 🧠 Follow us on LinkedIn
- 📣 Join our Newsletter
(Coming Soon)
Made with ❤️ by CLUSTER DS Club
