GithubHelp home page GithubHelp logo

test_whisper's Introduction

test-whisper-

whisperx install guide

(Read here for details)[https://github.com/m-bain/whisperX/blob/main/README.md]

  1. pip install git+https://github.com/m-bain/whisperx.git
  2. sudo apt update && sudo apt install ffmpeg

Jupyter notebook setup

  1. Installation sudo apt update && sudo apt install python3-pip
  2. Password Configuration python3
from notebook.auth import passwd
passwd()
from jupyter_server.auth import passwd
passwd()

copy the output 3. Environment Configuration run hostname -I run jupyter notebook --generate-config open generated config file.

c = get_config() 
c.ServerApp.password = u'argon2:$argon2id$v=19$m=10240,t=10,p=생략'
c.ServerApp.ip = 'hotname -I 에서 얻은 값'
c.ServerApp.notebook_dir = '/'
c.ServerApp.port = 8888
  1. Setting Firewall run sudo iptables -I INPUT -p tcp -s 0.0.0.0/0 --dport 8888 -j ACCEPT run sudo service netfilter-persistent save run sudo service netfilter-persistent reload

  2. Edit the oracle cloud Network rules. to accept http request from anywhere

  3. Running run jupyter notebook --allow-root --config=/path/to/jupyter_notebook_config.py

test_whisper's People

Contributors

yesj1234 avatar rm-jack avatar rmsoft-ryon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.