Skip to content

stjordanis/spectrogram-audio-classification

 
 

Repository files navigation

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

`
.
├── ...
├── backend                 # Test files (alternatively `spec` or `tests`)
│   ├── app.py              # Load and stress tests
│   └── wsgi.py             # Unit tests
├── frontend
│   ├── production
│   │   ├── build
│   │   ├── nohup.out
│   │   ├── server.js
│   │   └── package.json
│   ├── public
│   │   └── index.html
│   ├── src
│   │   ├── fonts
│   │   ├── images
│   │   ├── spectrogram
│   │   ├── App.css
│   │   ├── App.js
│   │   ├── Audio.js
│   │   ├── Label.js
│   │   ├── LabelView.js
│   │   ├── Loading.js
│   │   ├── TestView.js
│   │   ├── index.css
│   │   └── index.js
│   └── package.json
└── ...
`

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.4%
  • CSS 10.7%
  • HTML 5.1%
  • Python 4.0%
  • Other 0.8%