Create viral memes from today's news headlines using AI generated memes as collectible NFTs on Base Sepolia
Prize Pool
TIMe is a news aggregation site that uses an automonous AI agent to scan the web for the latest news every hour. Using Tavily search (a LangChain tooll) it finds the most interesting news article that could create a funny, viral meme and passes this to another AI agent (dall-e 3) to generate an image. This is then deployed as a meme NFT on Base Sepolia testnet, allowing users to mint them.
Uses Coinbase CDP SDK and AgentKit for agent wallet and langchain integration. Uses Langchain tools (Tavily search) to retrieve frequent news. Uses dall-e v3 AI agent to create images. NFTs are deployed on Base Sepolia as meme images.. NextJS for front-end. Solidity smart contracts for NFTs. Separate NodeJS process to run the AI agent from NextJS frontend app.