Tag: ai

Installing DeepSeek in AWS EC2 for beginners

crysfel Programming

Last week the new DeepSeek model was released as an Open Source, it's a game changer model as it's very efficient and powerful, best of all we can install it on AWS, fine tune it and use it in our apps! In this tutorial I'll show you how to install it on AWS and use the REST API. Create the instance Give it a name to your instance, I used DeepSeek AI but you can set any name. Make sure to use Deep Learning Base OSS Nvidia Driver GPU AMI, this configuration comes with the Nvidia drivers Continue reading

Installing ComfyUI in AWS to generate images using Flux

crysfel Programming

Generative AI requires a lot of resources and powerful equipment, you need to buy Nvidia cards to being able to successfully run stable diffusion or any other model. If you are like me you might look for affordable solutions such as AWS. In this tutorial I’m going to show you how to install Flux to generate awesome images in Ubuntu. Setting up the instance First thing you need to do is to login into Amazon AWS console, in the top search input, type EC2 and select the first option in the Continue reading

Pitch prediction with AI in JavaScript

crysfel Uncategorized

One of my favorite things to do is learning new things all the time, a couple of years ago I decided to lear how to play the violin! It's being a long journey that I've enjoyed so far. One of the problems beginners have when learning to play the violin, is the fact that you never know if you are playing the right note, the violin doesn't have any kind of mark that you can use as a reference to position your fingers and play the right note. It'd be really nice if you can get instant feedback on Continue reading