Skip to content

glendonC/aimodellab

Repository files navigation

Getting Started 🚀

  1. Clone the repo
git clone https://github.com/glendonC/aimodellab.git
  1. Install dependencies
npm install
  1. Set up your environment variables
cp .env.example .env.local
# Add your API keys
NVIDIA_API_KEY=your_key
OPENAI_API_KEY=your_key
  1. Run the development server
npm run dev
  1. 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

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published