Skip to content
View deancochran's full-sized avatar
🤠
howdy
🤠
howdy

Block or report deancochran

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
deancochran/README.md

Dean's List

My opionated blog

This blog is written in svelte, utilizing sveltekit for routing, and obsidian for creating cotent.

Managing Content

As mentioned obsidan is directly mounted to the root of the project. When creating content, I work directly in the /src/posts directory, refrencing any static content in the /static directory.

Obsidian allows me to utilize a vault sync for creating content remotely. However I will refrain from this initially.... More on this to come. I would like for the wesite to be updated anytime I add a new post, but that has numerous complications...

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Pinned Loading

  1. DSC-Capstone-Project-General-Audio-Classifier DSC-Capstone-Project-General-Audio-Classifier Public

    In this project our goal is to build a general audio classifier capable of recognising different sounds. The Sounds will be ambient noises from an urban environment like sirens traffic noises and c…

    Jupyter Notebook 1 1

  2. DSC-Captstone-Project-Song-Genre-Classifier DSC-Captstone-Project-Song-Genre-Classifier Public

    In this analysis I follow the Data Science LifeCycle that we focused on master this semester. I explore the data that we to understand the domain of my dataset. This allows to pull more meaningful …

    Jupyter Notebook