https://github.com/ajaparicio36/rasp-pi-processing
This is for Audio and Image Processing in a Raspberry Pi through a Web Application
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.8%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
This is for Audio and Image Processing in a Raspberry Pi through a Web Application
Basic Info
- Host: GitHub
- Owner: ajaparicio36
- Language: TypeScript
- Default Branch: main
- Size: 200 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
README.md
Raspberry Pi Audio Processing Web Application
How to install?
Open a terminal in the Terminal panel

```bash
cd ./client
Install dependencies for frontend
npm i --force
Run production build
npm run build
Run the program
npm run start
```
Open a new powershell terminal

```bash
Go to the backend
cd ./server/
Create virtual environment
python -m venv venv
Activate the virtual environment
./venv/Scripts/activate
Install dependencies
pip install -r /requirements.txt
Run the application
python app.py
```
Owner
- Name: Anthony John
- Login: ajaparicio36
- Kind: user
- Location: Philippines
- Twitter: ajaparicio36
- Repositories: 1
- Profile: https://github.com/ajaparicio36
Student from Central Philippine University Studying BS in Software Engineering Acads / Pro Gaming
GitHub Events
Total
- Push event: 2
- Create event: 2
Last Year
- Push event: 2
- Create event: 2
Dependencies
client/package-lock.json
npm
- 421 dependencies
client/package.json
npm
- @types/ffmpeg ^1.0.7 development
- @types/node ^20 development
- @types/react ^18 development
- @types/react-dom ^18 development
- eslint ^8 development
- eslint-config-next 15.0.3 development
- postcss ^8 development
- tailwindcss ^3.4.1 development
- typescript ^5 development
- @ffmpeg/ffmpeg ^0.12.10
- @ffmpeg/util ^0.12.1
- @radix-ui/react-label ^2.1.0
- @radix-ui/react-slider ^1.2.1
- @radix-ui/react-slot ^1.1.0
- @radix-ui/react-tabs ^1.1.1
- @radix-ui/react-toast ^1.2.2
- class-variance-authority ^0.7.1
- clsx ^2.1.1
- ffmpeg ^0.0.4
- lucide-react ^0.462.0
- next 15.0.3
- react 19.0.0-rc-66855b96-20241106
- react-dom 19.0.0-rc-66855b96-20241106
- tailwind-merge ^2.5.5
- tailwindcss-animate ^1.0.7
server/requirements.txt
pypi
- flask *
- flask-cors *
- librosa *
- matplotlib *
- numpy *
- pydub *
- scipy *