Getting Started 🚀

  1. Clone the repo

    git clone https://github.com/glendonC/aimodellab.git
    
  2. Install dependencies

    npm install
    
  3. Set up your environment variables

    cp .env.example .env.local
    # Add your API keys
    NVIDIA_API_KEY=your_key
    OPENAI_API_KEY=your_key
    
  4. Run the development server

    npm run dev
    
  5. Open http://localhost:3000 and start exploring!

Coming Soon 🎯

  • More model architectures
  • Advanced optimization features
  • Collaborative model building
  • Custom benchmark creation

Contributing 🤝

We love contributions! Check out our Contributing Guide to get started. (I need to make the Contributing Guide)

License 📝

MIT License - feel free to use this in your own projects!


Built with 💙 by developers who love AI

Share this project:

Updates