KKU-AI

🤖 KKU-AI Hub

Welcome to KKU-AI — a curated hub for all things AI, built by and for the Khon Kaen University community. 🇹🇭

This repository serves as a central place to collect famous papers, research projects, and high-impact source code in the fields of:

Whether you’re a researcher, student, or enthusiast, this repo is here to help you learn, explore, and contribute to the world of artificial intelligence.


📂 Project Structure

KKU-AI/
├── papers/                 # Summaries or links to famous papers
├── models/                 # Prebuilt or original ML/DL models
├── train.py                # Basic AI training template (starter)
├── README.md               # You're reading it!
└── ...

🚀 Getting Started

This repo includes a beginner-friendly train.py script to show basic AI training workflow using PyTorch. You can customize and expand it for any CV/NLP task.

# Clone the repo
git clone https://github.com/kkuailab/KKU-AI.git

# (Optional) Create virtual environment
python -m venv venv
source venv/bin/activate  # or venv\Scripts\activate on Windows

# Install dependencies
pip install -r requirements.txt

# Run training
python train.py

💡 Why This Repo Exists

รวบรวมเปเปอร์ งานวิจัยดังๆ ด้าน AI พร้อมโค้ดต้นฉบับ และตัวอย่าง เพื่อให้ชาว KKU ได้เข้าถึงและเรียนรู้ AI ได้ง่ายขึ้น

We believe open AI knowledge should be accessible — especially in Thai academia. Join us in building a strong AI community at KKU. 🧠✨


🙌 Contributing

Pull Requests are welcome! Please create a feature branch and open a PR with a clear description.