stt 0.0.1

Library for transcription using whisper ai model
Documentation
1
2
3
set(TARGET bench)
add_executable(${TARGET} bench.cpp)
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})