Coder Social home page Coder Social logo

beamng-aipacenotes-desktop's Introduction

AI Pacenotes Desktop App

USAGE

  1. open a windows command prompt terminal
  2. cd to the repo, activate virtualenv, run.
cd C:\Users\bird\Desktop\beam-bird\gh_repos\beamng-aipacenotes-desktop
.\aip\Scripts\activate
set AIP_DEV=t
python app.py
python app.py --local-vocalizer

PACKAGING

Non-exe-style distribution:

cd C:\Users\bird\Documents\GitHub\beamng-aipacenotes-desktop
.\aip\Scripts\activate
python app.py

exe-style distribution

This windows GUI app watches your BeamNG.drive user folder for pacenotes.json files, and creates audio files from pacenote text.

Used by the AI Pacenotes mod.

# in Windows Command Prompt shell
call C:\Users\bird\.virtualenvs\aipacenotes\Scripts\activate.bat
pyinstaller "AI-Pacenotes.spec"

# after pyinstaller is done, in ubuntu shell
mv dist/AI-Pacenotes-Desktop.exe "dist/AI-Pacenotes-Desktop-$(git describe --tags --exact-match HEAD).exe"
python app.py
curl -H'Content-type: application/json' https://pacenotes-concurrent-mo5q6vt2ea-uw.a.run.app/pacenotes/audio/create -d'{"note_text":"hello there little nuggest","voice_name":"en-GB-Neural2-D","language_code":"en-GB"}' -otmp/out.ogg

virtualenvs

Creation (windows):

cd C:\Users\bird\Desktop\beam-bird\gh_repos\beamng-aipacenotes-desktop
python -m venv aip
.\aip\Scripts\activate
pip install -r requirements.txt

Mac

pip install virtualenv
virtualenv aip
source aip/bin/activate
pip install -r requirements.txt

beamng-aipacenotes-desktop's People

Contributors

alexebird avatar

Stargazers

Sorrel avatar

Watchers

 avatar  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.