A curated collection of datasets, tools, and agents for AI developers using the Masa protocol.
Ensure you have Conda installed.
Create the environment:
conda env create -f environment.yml
conda activate awesome-masa
Set up environment variables:
env.example
to .env
Our repository includes various datasets scraped and processed using the Masa Protocol:
Scraped tweets related to various topics, including memecoin discussions.
For more details, check out the datasets README.
This dataset contains community conversations related to Masa.
A collection of YouTube video transcripts, diarized with speaker labels.
We provide several scraper libraries to collect data from different sources using the Masa Protocol:
For usage instructions, refer to the respective README files in the scrapers
directory.
We provide example code for simple RAG (Retrieval-Augmented Generation) agents using our datasets. These agents demonstrate how to leverage the Masa protocol's structured data in AI applications.
Our example RAG agent showcases:
For the full implementation, see the RAG example agent file.
We welcome contributions! If you have a dataset, tool, or agent that fits well with our collection, feel free to submit a pull request or open an issue.
For more information on using these datasets or contributing, please refer to the documentation or contact us directly.
This project is licensed under the MIT License. See the LICENSE file for details.