AI chat app that mimics Yann LeCun using GaiaNet's decentralized inference and 200+ of his tweets.
This project is a React application that creates an AI-powered chat experience simulating conversations with Yann LeCun, a renowned AI researcher. It leverages GaiaNet's decentralized AI inference network, specifically their public node API, to generate responses. The app uses a system prompt crafted from over 200 scraped tweets by Yann LeCun, allowing the AI to mimic his writing style, opinions, and expertise. When a user sends a message, it's combined with this tweet-based prompt and sent to GaiaNet's API. The API then returns an AI-generated response in LeCun's style, which is displayed in the chat interface. This approach offers a unique, educational interaction that showcases both GaiaNet's decentralized AI capabilities and the potential of using public data to create personalized AI experiences.
[try it now !!!]( https://chatwithyan.vercel.app/ )
went through the tutorials and docs figured out by failing multiple times to scrape tweets from twitter since many libs are depricatred due to the api becoming paid quickly intrgrated the code with the front end and make it live