Skip to content

Instantly share code, notes, and snippets.

View Thersis94's full-sized avatar

Thersis94

  • Denver, CO
View GitHub Profile
I need to research what jobs are available and then narrow down what jobs I can currently apply for without researching other topics.
It would be a good idea to spend some time learning the basics of swift, ruby, and continue working on python as many employers are currently looking for these skills.
UserStories in comment below.
We are building a data visualization app where you can upload a csv file and see it turned into a graph for the user to see the data in a visual way.
I am going to go ahead and point to the half dozen times I had graders hit me with a page full of change requests and call that my feedback.
@Thersis94
Thersis94 / AI Audio MVP
Created January 23, 2020 19:23
Capstone MVP
Name: AI Audio
Link: https://aiaudio.now.sh/
Client: https://github.com/Thersis94/AudioMasteringClient
API: https://github.com/Thersis94/AudioMasteringServer
Feel free to create a new account or use the one I have been using for testing.
AI Audio
https://aiaudio.now.sh
https://github.com/Thersis94/AudioMasteringClient
User Feedback;
I spoke to my mentor. He reccomended that I implement a loading screen for when files are downloading.
I spoke with a friend who works in marketing and she recommended that I update my fonts and that I use images for my backgrounds instead of static colors.
1. What is the Big O for this?
a. O(1)
b. O(n)
2. Even or odd O(1) Always going to take the same amount of time for each input
3. Are you here? O(n^2) Nested loops each run from 0 to n the outer loop runs the inner loop n times and each time the inner loop will run n times
4. Doubler O(n) Just runs one loop and there for will always take the same amount of time per input
@Thersis94
Thersis94 / AI Audio user flows
Last active December 21, 2019 05:02
AI Audio user flows
-----Welcome Page-----
https://repl.it/@justinjeffrey/AI-Audio-Welcome
Welcome/Landing Page: This is the page where the basics of how my app functions are explained. The header of my app will have links for new useres to register and returning users to login.
New User => Clicks register button => redirected to the register page
Returning User => Clicks Login button => redirected to the login page
-----Registration Page-----
https://repl.it/@justinjeffrey/AI-Audio-Register
New User Registration Page: When a new user arrives they will create an account on this page. I am only going to require a username and a passwor at first. (No reason to collect information I dont need.)
As a new user: I want to be able to master a music track. Priority: High
As a new user: I want to be able to master a podcast. Priority: Medium
As a new user: I want to be able to create an account. Priority: Medium
As a returning user: I want to be able to log in. Priority: Medium
As a returning user: I want to be able to see the tracks that I have mastered in the past.
Priority: Medium
AI Audio Mastering
My app is for podcasters and hobbyist musicians who are looking for a professional sound but can’t afford to spend hundreds of dollars on a professional mastering engineer.
The neural network has already been built and trained. I simply need to integrate it into a full stack website.
The neural network is setup to receive two different pieces of audio. A target and a raw file. The neural network analyzes the target audio and will then master the raw audio to equivalent levels.