Skip to content

A collaborative open-source hub for the CLUSTER Data Science Club — empowering developers, designers, and data enthusiasts to build stunning projects, contribute to real-world software, and grow as a community.

License

Notifications You must be signed in to change notification settings

Chetalibansal/cluster

 
 

CLUSTER Banner

🌐 CLUSTER: Data Science Club Portal

Your gateway to collaborative data science learning, contribution, and innovation.

Stars Forks Issues Pull Requests Contributors


📚 What is CLUSTER?

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...

🚀 Getting Started

🧰 Prerequisites

  • Node.js ≥ 18
  • npm or yarn

🧪 Installation

git clone https://github.com/CLUSTER-DS-Club/cluster.git
cd cluster
npm install
npm run dev

🗂️ Project Structure

cluster/
├── public/              # Static assets
├── src/                 
│   ├── components/      # Reusable UI components
│   ├── pages/           # Application pages
│   └── App.jsx          # Root component
├── index.html
├── vite.config.js
└── package.json

💡 Features

  • 🔥 Vite + React based modern frontend
  • 🎨 Styled with TailwindCSS
  • 📁 Modular folder structure
  • 🌐 Responsive & accessible UI
  • 🌟 Beginner-friendly open-source project

🤝 Contributing

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.


🧠 Contributors


📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


📬 Stay Connected

Made with ❤️ by CLUSTER DS Club

About

A collaborative open-source hub for the CLUSTER Data Science Club — empowering developers, designers, and data enthusiasts to build stunning projects, contribute to real-world software, and grow as a community.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • CSS 3.8%
  • HTML 0.9%