Smolagent custom tools

Tools I built and shared with the community while building an agent with the smolagents library.

  • Speech to text tool:
    • https://huggingface.co/spaces/GTimothee/hf_speech2text_tool
    • This is a tool that returns text transcription from an audio file path, calling huggingface-api under the hood.
    • Comes with a Gradio demo
  • Text to speech tool:
    • https://huggingface.co/spaces/GTimothee/kokoro_text2speech_tool
    • This is a tool that returns audio data from text.
    • Comes with a steamlit demo