AI Uni is a free, open-source university for learning how to build AI products with real-world examples and practical code.
AI Uni focuses on providing educational resources for developers to get started with AI for their projects. We guide users through every step of the process, with RunPod as the platform of choice.
- Learning Modules: Step-by-step guides for various AI development tasks
- Practical Examples: Real-world code examples that you can use in your projects
- RunPod Integration: Learn how to leverage RunPod's infrastructure for AI development
- Accessible Interface: Clean, intuitive UI with dark/light mode support
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
- Getting Started with RunPod: Create an account, set up API keys, and configure your environment
- Deploying an LLM as API: Set up vLLM as a serverless endpoint on RunPod
- Interacting with LLM API: Make requests, stream text responses, and handle different formats
- Next.js 15 with App Router
- React 19
- TypeScript
- Tailwind CSS
- Shadcn UI Components
Contributions are welcome! Feel free to submit issues or pull requests.
This project is open source and available under the MIT License.