Skip to content

Instantly share code, notes, and snippets.

View zine56's full-sized avatar

zine56 zine56

  • Santiago, Chile
View GitHub Profile
@zine56
zine56 / whisper-audio-to-text.py
Created January 26, 2023 18:28 — forked from rasbt/whisper-audio-to-text.py
Transcribes audio files using OpenAI Whisper
# Setup:
# conda create -n whisper python=3.9
# conda activate whisper
# https://github.com/openai/whisper
# pip install git+https://github.com/openai/whisper.git
# Usage:
# python whisper-audio-to-text.py --audio_dir my_files --out_dir texts
import argparse
@zine56
zine56 / index.html
Last active May 24, 2021 18:24
test eqp
<html>
<head>
</head>
<body>
<div>
name
<input type=text id=name name=name onkeyup=check(this)>
</div>
<div>
@zine56
zine56 / Dockerfile
Created February 15, 2019 11:19 — forked from thom-nic/Dockerfile
Node.js Dockerfile based on ubuntu 14.04. This is a little smaller than dockerfile/nodejs which depends on python
# Node.js app Docker file
FROM ubuntu:14.04
MAINTAINER Thom Nichols "thom@thomnichols.org"
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get -qq update
RUN apt-get install -y nodejs npm
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="../slick.grid.css" type="text/css"/>
<link rel="stylesheet" href="../css/smoothness/jquery-ui-1.8.16.custom.css" type="text/css"/>
<link rel="stylesheet" href="examples.css" type="text/css"/>
</head>
<body>
<table width="100%">
<tr>