Akihito Miyazaki's picture

Akihito Miyazaki PRO

Akjava

AI & ML interests

Iā€™m creating a 3D/Voice Conversational AI Presentation Avatar with Diagrams

Recent Activity

Organizations

None yet

Akjava's activity

posted an update 3 days ago
view post
Post
2539
Initial API-Based Smolagents and Linear.app Integration Example
Akjava/linear-app-api-smolagents
In short,this example contain get_todo_issue() tool and add_comment(),change_state_reviewing() function to linear.app

Large language models, like 70B parameter models, can often readily utilize tools such as add_comment or change_state, potentially handling multiple issues concurrently.

However, smaller models may require repeated calls to a tool or even fail to utilize it entirely.

Therefore, this initial example focuses on the get_todo_issue() tool.
posted an update 4 days ago
view post
Post
702
A dataset of 50 instrumental music tracks generated with the DiffRhythm model, using 10 CC0-licensed instrument samples from OEPN Game Art.
Akjava/diffrhythm-instrument-cc0-oepngamearg-10x5-generated

I've released the dataset. It's a little skewed towards certain types of music. It might be interesting for people curious about the range of variations it can generate. It could also be a good starting point for experimenting with the Distrill model. I believe the quality is good enough to be used as background music for YouTube videos or probably as reference tracks for YuE or Udio.
posted an update 6 days ago
view post
Post
571
First Example of Direct Webhook-triggered AI Agent
Akjava/linear-app-webhook-smolagents

This space-code might be helpful as a reference if you want to receive issue changes from linea.app via webhook and handle them using Gradio on Hugging Face Spaces or locally with AI.

Imagine an agent, responding instantly.

In short, Huggingface published webhooks_server.py under Apache 2.0,I've adapted it to work with a very small part of linear.app.

https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/_webhooks_server.py

Be caraful

This method can be used as an AI-powered content management system, but I'm not sure if Hugging Face will allow it.

Github
https://github.com/akjava/smolagents-examples
replied to their post 7 days ago
view reply

Sorry if there is any misunderstanding, English is not my native langauage.
This is an issue between me and huggingface.co.