CodingCouch
CodingCouch
  • Видео 5
  • Просмотров 6 029
CodeStral AI Tutorial: Getting Started with Mistral Coding LLM
#generativeai #llm #devtools #aiapi
In this video, we go through making your first API request in Python with the new CodeStral 22B model created by Mistral AI. CodeStral is the newest LLM trained specifically for coding outputs.
mistral.ai/news/codestral/
Просмотров: 203

Видео

Llama3 API Setup Tutorial - Python LLM with FireworksAI
Просмотров 1,4 тыс.2 месяца назад
Get started with the LLAMA3 API in Python. This tutorial shows you how to make your first API request using LLAMA3 through FireworksAI. Learn the basics of: - Setting up the LLAMA3 API - Making API requests in Python - Building AI chatbots #llama3 #aiapi #pythontutorial #chatbotdevelopment #programming
Stable Diffusion Image Generation - Python Replicate API Tutorial
Просмотров 3,9 тыс.6 месяцев назад
#programming #ai #generativeai #API #tutorial In this video, we will walk through how to perform REST API calls to the Replicate in order to generate images using the Stability AI Stable Diffusion and SDXL models! We will be using the Python programming language with the Replicate and requests libraries to save the image to our local machine. As a side note, I am not affiliated with Replicate i...
Fork Bombs Explained with Python
Просмотров 1397 месяцев назад
#programming #computerscience #tutorial #hacker #python This video gives an overview of fork bomb computer worms. I go through the basics of what a fork bomb is using Python scripting and Linux. For educational purposes.
Easy IPFS Uploads with Python & Pinata: Step-by-Step Tutorial
Просмотров 4347 месяцев назад
#programming #tutorial #ipfs #python #pinata #api This video covers the process of uploading files to IPFS using Python and Pinata in a concise tutorial. Learn how to integrate the Pinata API with Python for efficient IPFS data storage. Source code: github.com/codingcouchyt/python-pinata-ipfs-minimal IPFS: ipfs.io/ Pinata: www.pinata.cloud/

Комментарии

  • @onlinepolice8429
    @onlinepolice8429 Месяц назад

    Ollama works great with API

    • @CodingCouchYT
      @CodingCouchYT Месяц назад

      Awesome, great to hear! Do you find it to be easy to get started with and use? I know they have options to run it locally but I didn't actually know they had APIs, super cool. I might end up making some videos with Ollama. I wanted to make this video as as a really easy to get started using Llama 3 in projects without having to run a model locally.

  • @endurodt8061
    @endurodt8061 2 месяца назад

    So i wanna generate 2k of food images for my study master project page. I have excel with recipe names and i write the code to put this as prompt. But the problem is Stable Diffusion have limit 10 images generated and i get info about payment. Can anyone know how to generate tons of images for free? Any API for python?

    • @endurodt8061
      @endurodt8061 2 месяца назад

      they want me to pay 20 bucks for month subscription. I know it's not a millions of dollars but im a poor student 😅

    • @CodingCouchYT
      @CodingCouchYT 2 месяца назад

      Maybe try fal.ai or fireworks.ai. I believe they have generous free tiers if I remember correctly.

    • @endurodt8061
      @endurodt8061 2 месяца назад

      @@CodingCouchYT thank you very much bro, it works perfect! :)

  • @himanshusingh1459
    @himanshusingh1459 3 месяца назад

    hii sir i am using this in my certificate generating project using blockchain but its give me different ipfs hash as on the pinata account on the uploading the generated file

    • @CodingCouchYT
      @CodingCouchYT Месяц назад

      Hey, sorry for the late reply. Once you post the file to IPFS using Python, instead of going straight to the IPFS URL, try to go directly to the Pinata dashboard to ensure you can access the URL and download the file. If that works, then it might be fine. I think for different file types or file sizes, it could generate different hashes. I would use the URL generated by the API response and access it through the format ipfs.io/ipfs/{HASH}. And if you need querying abilities in the future, you can upload the file and use the IPFS hash from the API response as the filename so you can search for it later. This might be more reliable for accessing them through the filenames as long as they are unique. I know IPFS can sometimes have issues with multimedia formats such as images and videos, while uploaded text and JSON seem not to have these problems. Hopefully, that helps.

  • @RodrigoRabacoStudio
    @RodrigoRabacoStudio 3 месяца назад

    Thanks for the video! I'm learning how to use Replicate and this was really helpful!

  • @kesavareddy6315
    @kesavareddy6315 4 месяца назад

    Can you make a website for this text to image using js ,css and how to execute the existing js project

    • @CodingCouchYT
      @CodingCouchYT 4 месяца назад

      Thanks for watching the video. I am happy to create a simple example using js and css for you. I will create a simple example and post the code on Github for you and provide a link and instructions to run it. It may take a week for me to get back to you since I have been very busy lately. I hope that is ok. Question: Would you prefer an example with just js and css or in a framework like React.js?

  • @theregionale
    @theregionale 4 месяца назад

    *Am down for collab if you wanna*

    • @CodingCouchYT
      @CodingCouchYT 4 месяца назад

      You can DM me with ideas or what you had in mind

  • @theregionale
    @theregionale 4 месяца назад

    hey buddy, i love what you're doing, can you make more content on this

  • @makethattrend
    @makethattrend 5 месяцев назад

    Great video!

    • @CodingCouchYT
      @CodingCouchYT 5 месяцев назад

      glad you enjoyed it

    • @makethattrend
      @makethattrend 5 месяцев назад

      ​@@CodingCouchYT I haven't tried it out but I was wondering is this API free and do I need any dedicated graphics card to run it? Thank you

    • @CodingCouchYT
      @CodingCouchYT 5 месяцев назад

      It is free to try out for around 25 API requests I believe but after that, it costs money. You don’t need any GPU or good hardware, the GPUs are all cloud based on Replicate. For reference on cost, I generated around 1,000 images and it costed around $10 USD. You just pay for what you use.

    • @makethattrend
      @makethattrend 5 месяцев назад

      @@CodingCouchYT Thanks alot for the info