An AI model marketplace application showcasing various models deployed by organizations and developers.
Leveraged Mocki.io for a mock API to enrich the interface with model data.
Experience the live application here.
- Browse various AI models with detailed information.
- Featured models wall highlights popular and interesting models.
- Dive into specific models with a dedicated page providing descriptions, example usage, and potential applications.
- Providers can seamlessly upload information about their models to be showcased in the "Explore" space.
- Creatively designed interface enhancing user experience.
- Optimized for efficient rendering and fast load times.
- Implemented Lazy loading for enhanced performance.
- Measured performance using Lighthouse.
- Clone the repository using
git clone https://github.com/nirajbagdi/atlan-marketplace.git
. - Install dependencies using
npm install
. - Run the development server with
npm start
.
- React with TypeScript.
- Axios for data fetching.
- React Router for routing.
- Framer Motion for engaging animations.
- React Markdown for rendering Markdown content.
- React Syntax Highlighter for displaying highlighted code snippets.
Feel free to explore the AI model marketplace and enjoy the interactive features!