Git Product home page Git Product logo

animequotes's Introduction

Anime Quotes Dataset ― アニメの名言データセット🎐

Welcome to Anime Quotes Dataset

Overview

This dataset contains a curated collection of inspiring and memorable quotes from various anime series, sourced from the Anime Motivation website. The quotes are stored as a list of dictionaries and can be easily accessed for analysis, research, or personal enjoyment.

Can you find this dataset in my Huggingface account v3xlrm1nOwo1.

Data Format

Each entry in the dataset is represented by a dictionary with the following fields:

  • Quote: The text of the quote.
  • Character: The name of the character who said the quote.
  • URL: The source URL of the quote.

Usage

import pickle
import random

# Load the dataset
with open('data/AnimeQuotes.pkl', 'rb') as file:
    anime_quotes = pickle.load(file)

# Access a random quote
random_quote = random.choice(anime_quotes)

print(f'Quote: {random_quote["Quote"]}')
print(f'Character: {random_quote["Character"]}')
print(f'URL: {random_quote["URL"]}')
Quote: 「今、人生のささいな出来事に対処する方法を学べば、後で役に立ちます。」 – 要潤子
Character: 要潤子
URL: https://ja.animemotivation.com/%E3%82%84%E3%82%8B%E6%B0%97%E3%82%92%E8%B5%B7%E3%81%93%E3%81%95%E3%81%9B%E3%82%8B%E3%82%A2%E3%83%8B%E3%83%A1%E3%81%AE%E5%BC%95%E7%94%A8/

Contributions

We welcome contributions and feedback to make the Anime Quotes Dataset even more fantastic! Whether you're adding new quotes, enhancing existing ones, or providing valuable feedback, your input is highly appreciated.

Acknowledgments

A special thanks to Anime Motivation for the inspiration and quotes that make this dataset truly special.

License

This dataset is provided under the Apache License 2.0. Feel free to use, modify, and share it.

Dive into the Anime Quotes Dataset and let the enchanting magic of anime wisdom unfold! 🌌✨🚀

NOTE: To contribute to the project, please contribute directly. I am happy to do so, and if you have any comments, advice, job opportunities, or want me to contribute to a project, please contact me I am happy to do so [email protected]

animequotes's People

Contributors

v3xlrm1nowo1 avatar

Watchers

Mohammed Sabry avatar Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.