https://github.com/mike014/django_projects
This repository contains a collection of projects developed using the Django framework. Each project is organized in its own directory and includes the source code, configurations, database migrations, and instructions for installation and execution
https://github.com/mike014/django_projects
Last synced: 11 months ago
JSON representation
This repository contains a collection of projects developed using the Django framework. Each project is organized in its own directory and includes the source code, configurations, database migrations, and instructions for installation and execution
- Host: GitHub
- URL: https://github.com/mike014/django_projects
- Owner: Mike014
- License: mit
- Created: 2024-08-21T14:45:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:49:55.000Z (over 1 year ago)
- Last Synced: 2025-01-06T20:47:59.041Z (about 1 year ago)
- Language: Python
- Size: 16.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django
This repository contains a collection of projects developed using the Django framework.
I developed the BackEnd for various experimental web applications using Django, managing the server logic and structure. I implemented Digital Signal Processing (DSP) algorithms and integrated ctcsound (Python/Csound) for advanced sound processing. To facilitate communication between FrontEnd and BackEnd, I created RESTful APIs and optimized system performance to ensure efficiency and responsiveness.
Technologies: Django, Python, DSP, ctcsound, RESTful APIs
- Django Projects: Each project is contained in a separate directory and includes all the necessary files to run the application.
- Documentation: Each project includes detailed documentation on how to set up, run, and contribute to the project.
- Code Examples: Example code to illustrate the main features of Django, such as URL management, views, models, and templates.
Included Projects
1. **sinusoid_project**: A Django application that generates and visualizes a sinusoidal wave using Matplotlib.
2. **pinknoise_project**: A Django application that generates and visualizes a pink noise using Matplotlib, Scipy (fft, ifft).
3. **audio_project**: A Django application for audio processing and manipulation.
4. **audio_transcription**: A Django application for transcribing audio files into text.
5. **generator_sinusoid**: A Django application that generates sinusoidal waves.
6. **generator_sinusoid Binaural**: A Django application that generates binaural beats using sinusoidal waves.
7. **nlp_project**: A Django application for natural language processing tasks.
8. **sfx_management**: A Django application for managing sound effects.
9. **signal_filter_project**: A Django application for filtering and processing signals.
10. **soundwave**: A Django application for visualizing sound waves.