Giter Club home page Giter Club logo

street-whisper-app-old-version's Introduction

STREET Whisper Transcription App

Link to Python Scripts: https://github.com/carmen-chau/StreetWhisperCode

Structure of Folders

  • pages: Contains HTML files, which holds the main content of the app.
  • src: Within this folder are the css folder (contains CSS stylesheets for the HTML files), scripts folder (contains TypeScript (.ts) files or JavaScript (.js) files), and img folder (contains images used in the HTML files and app)

Current Structure of src folder

├── css
│   └── style.css
├── img
└── scripts
    ├── main.ts
    ├── preload.ts
    └── renderer.js

How To Run App

This app is currently built with Electron. Please note that the following command has only been tested on MacOS:

  1. Open your terminal
  2. In order to run the app from the code, you will need to install Node.js. To install Node.js, there are multiple ways to install it, take a look at the following website:
  3. If you decide to install Node.js through the command line, keep in mind that some of the commands listed on the Node.js website above might require you install other Package Managers before using the command (Ex: You will need to install Homebrew before you can use the command: brew install node).
  4. Make sure you installed the latest version of Node.js, you can check your version with the following command: node -v
  5. With Node.js installed, it comes with NPM, which would contain commands that will allow to run the app on your computer from the code.
  6. To run the app locally:
    1. cd is a command used that will allow you to move between directories. We will use the command cd to eventually end up in the street-whisper-app folder. To do this locate where the street-whisper-app folder is on your computer.
      • Example: Say the street-whisper-app folder is located in your GitHub folder, which is in your documents folder on your computer, this would be the order of commands you will enter (Note: you enter after writing every command): cd documents -> cd GitHub -> cd street-whisper-app.
    2. If this is your first time running the app, install the dependencies in the street-whisper-app folder using the following command: npm install
    3. From there enter the following command: npm start to start the app.

street-whisper-app-old-version's People

Contributors

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