parulnith / Audiofy-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audiofy your Medium Blogs

App Screenshot - Login Screen App Screenshot - Home Page

Running this App Locally

System Requirements

  1. Python 3.6+
  2. pip3

1. Run the Wave Server

New to H2O Wave? We recommend starting in the documentation to download and run the Wave Server on your local machine. Once the server is up and running you can easily use any Wave app.

2. Setup Your Python Environment

$ git clone git@github.com/parulnith/audiofy-2.git
$ cd audiofy-2
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt

3. Run the App

wave run src.app

Note! If you did not activate your virtual environment this will be:

./venv/bin/wave run src.app

4. View the App

Point your favorite web browser to localhost:10101

About


Languages

Language:Python 100.0%