gia-guar / JARVIS-ChatGPT

A Conversational Assistant equipped with synthetic voices including J.A.R.V.I.S's. Powered by OpenAI and IBM Watson APIs and a Tacotron model for voice generation.
MIT License
392 stars 92 forks source link

Add setup and run batch files #7

Closed virtuallyaverage closed 1 year ago

virtuallyaverage commented 1 year ago

Add basic batch files to simplify running and setup. The setup file should complete all steps in the instructions and point towards the next step. The only thing that really changed was having it setup the environment in the base directory, so .venv should probably be added to the gitignore. The environment is named jarves_venv and is activated in the run file. A shortcut can be created from the run.bat file so it can be put on the desktop or run on a scheduled task as your video showed.

This should not affect any current users, just make new installations smoother.

virtuallyaverage commented 1 year ago

glad to be helpful!