- Clone the repo
git clone https://github.com/glendonC/aimodellab.git
- Install dependencies
npm install
- Set up your environment variables
cp .env.example .env.local
# Add your API keys
NVIDIA_API_KEY=your_key
OPENAI_API_KEY=your_key
- Run the development server
npm run dev
- Open http://localhost:3000 and start exploring!
- More model architectures
- Advanced optimization features
- Collaborative model building
- Custom benchmark creation
We love contributions! Check out our Contributing Guide to get started. (I need to make the Contributing Guide)
MIT License - feel free to use this in your own projects!
Built with 💙 by developers who love AI