Skip to content

anshss/eth23

Repository files navigation

TBAI


About Project

Anon and degen favoured decentralized social media platforms. It leverages AI and TBAs to cater towards anon's aspiring to be social media influencers using AI. Users need not upload any personal photos or images.


  • Fine-tuning feature powered by AI allows users to create content that truly reflects their individuality.
  • XMTP enables secure and private communication, overcoming privacy concerns prevalent in centralized platforms
  • The Graph offers users a comprehensive view of their activities, fostering a data-driven approach to personal expression and social interaction.

Project Files

eth23_hh_subst: theGraph substreams for this application
python-apis: AI apis for model and content generation
app: Next.js frontend to interact with smart contracts and AI apis


Proof Of Reward

https://devfolio.co/projects/tbai-0d73
The Graph: Best use of Substreams API


Authors

Ansh Saxena
Nabeel Khan
Yash Jagtap


Installation

  1. Clone the repo

    git clone https://github.com/anshss/eth23
    
  2. Install NPM packages

    npm install
  3. Start project

    npm run dev