Git Product home page Git Product logo

finalproject-java-csharp-ble's Introduction

FinalProject-Java-CSharp-BLE

Make sure you have Python 3 installed, you may need to install PyAudio and SpeechRecognition via the command prompt by navigating to the Scripts directory in your Python folder and running:

pip install PyAudio

pip install SpeechRecognition

Also make sure that your Python directory is added to the Path in your system enviornmental variables. This can be accessed on Windows by going to Advanced System Settings, Enviornmental Variables, clicking on the Path variable under System Variables, and adding the path to yoru Python folder. My path looks like C:\Users\izzoc\AppData\Local\Programs\Python\Python311, yours is likely in a similar location.

Also, in IntelliJ press Ctrl twice to bring up the run anything window and copy in this command, replacing the quotation marks and everything contained within them with the paths to the Javonet.jar in your project and to your local Maven repository. The will install the JAR as a dependencey since it isn't located on the Maven Central remote repo.

mvn install:install-file -Dfile="full path to jar file in project" -DgroupId=com.javonet -DartifactId=javonet -Dversion=1.5.155 -Dpackaging=jar -DlocalRepositoryPath="path to maven repo on your computer"

Finally, in the resources folder of the project, create a file called application.properties and write one line with the format:

openAIKey=""

Replacing the quoatation marks with your free API key from OpenAI, which can be obtained at https://platform.openai.com/account/api-keys This will prevent the API key from being deactived because the project is shared on GitHub.

finalproject-java-csharp-ble's People

Contributors

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