Skip to content

drod75/Weeaboo-Buddy

Repository files navigation

Weeaboo-Buddy


Table of Contents
  1. Introduction
  2. Features
  3. Getting Started
  4. Demo
  5. Contributing
  6. License

Introduction

One day while I was sitting by my desk, I pondered about the next project I wanted to make, I started to think about the various topics I wanted to work on and two things came to mind, Agents and a personal interest. I began to think about what in my life could use and benefit from an AI Agent powered by an LLM, and thought of one thing immediately, anime. I then decided my project would be an AI Anime helper, fitted with several tools that would help anyone curious about various aspects of anime have a one-stop shop that would elimnate the need of having to do in depth research themselves, or go down rabbit holes they would not want to or have the time to go down. I hope you enjoy, and please feel free to leave any issue you have so I can improve this tool, thank you!

Features

  • User Authentication!
  • Agent Chatbot!
  • Image Input Support!
  • Device Chat Sync!
  • Chat Export!
  • Chat History Clear!

Built With

Python Google Gemini LangChain LangGraph Tavily APIs Streamlit

App Flow

flowchart

Back to top

Getting Started

To get a local copy of Weeaboo-Buddy up and running locally follow these steps:

Prerequisites

  1. Make sure you have Python installed and use Python3 version 3.12
    NOTE: You can check if Python is installed and its version with
    python -V | python --version
  2. Make sure you have Git installed
    NOTE: You can check if Git is installed and its version with
    git -v | git --version

Setup

  1. Navigate to the directory where you want to clone/run/save the application:
    cd example_directory
  2. Clone the repository:
    git clone https://github.com/drod75/Weeaboo-Buddy.git
  3. Navigate to the project directory:
    cd Weeaboo-Buddy
  4. Next, create a Python virtual environment in the cloned project directory:
    python3.12 -m venv .venv
  5. Activate the virtual environment (Windows OR Mac/Linux):
    1. Windows
        .\.venv\Scripts\activate
    2. Mac/Linux
        source .venv/bin/activate
  6. Install the python dependencies:
    pip install -r requirements.txt
  7. Set up a Gemini API key:
    • Inside the root directory, create a .env file. Inside the .env file, write:
      GOOGLE_API_KEY = "your-api-key"
    • Replace your-api-key with your Gemini API key.
  8. Set up a Supabase API key and URL:
    • Inside the root directory, create a .env file. Inside the .env file, write:
      SUPABASE_KEY = "your-api-key"
      SUPABASE_URL = "your-url"
    • Replace your-api-key/your-url with your supabase credentials.
  9. Set up a MongoDB URI:
    • Inside the root directory, create a .env file. Inside the .env file, write:
      MONGO_URI = "your-uri"
    • Replace your-uri with your Mongo URI.
  10. Set up a Taviliy API key:
    • Inside the root directory, create a .env file. Inside the .env file, write:
      TAVILY_API_KEY = "your-api-key"
    • Replace your-api-key with your Tavily API key.

Usage

  1. Run the application:

    # activate backend server
    streamlit run app.py
  2. Options:

    • Log In/Register
    • Chat with the Agent
    • See user chat details
    • Change user details

Back to top

Demo

A video to how the site works, and every feature that is stable and available so far is listed below! Demo Link

Contributing

We like open-source and want to develop practical applications for real-world problems. However, individual strength is limited. So, any kinds of contribution is welcome, such as:

  • New features
  • Bug fixes
  • Typo fixes
  • Suggestions
  • Maintenance
  • Documents
  • etc.

Heres how you can contribute:

  1. Fork the repository
  2. Create a new feature branch
  3. Commit your changes
  4. Push to the branch
  5. Submit a pull request

Back to top

License

MIT License

Copyright (c) 2025 David Rodriguez

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An Agent to help those interested in Anime, learn facts, trends, and statistics about the latest anime!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published