Skip to content

Nelson00011/Vase4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vase4

Description:

ChatGPT and Generative AI educational Guide. Basic application for fun practice and Vase building. The Expression One Vase A day will teach you more than spending hours trying to perfectly make one vase.

Contact:

If you want to contact me you can reach me at nelson@oakhalo.com.

Connect with me on LinkedIn

Connect with me on Oakhalo.dev

Resources:

  • n8n is a Flexible AI Workflow automation for technical teams automation for technical teams:

  • Gumloop The AI automation platform built for everyone here

  • Flowise Build AI Agents Visually here

  • Trilix build AI Agent Teams without being a software engineer and the first no-code AI Agent Builder created

  • Pydantic AI is a Python agent framework designed to make it less painful to build production grade applications with Generative AI and github

  • Crew AI The Leading Multi-Agent Platform Streamline workflows across industries with powerful AI agents. Build and deploy automated workflows using any LLM and cloud platform. Github is a useful tool.

  • AI SDK is the TypeScript toolkit designed to help developers build AI-powered applications and agents with React, Next.js, Vue, Svelte, Node.js, and more.

  • SerpApi Scrape Google and other search engines from our fast, easy, and complete API Google Search API

Artificial Intelligence (AI):

  • OpenAi for chatGPT here

    > api_url = "https://api.openai.com/v1/responses"
    headers = {
    > "Content-Type": "application/json",
    > "Authorization": "Bearer YOUR OPENAI API KEY"
        }
    > body = {
    > "model": "gpt-4o-mini",
    > "instructions": "You are a helpful, friendly assistant.",
    > "input": history,
    > "temperature": 0.7,
    > "top_p": 0.9
          }
    
    > response = requests.post(api_url, headers=headers, json=body)
    
  • Gemini from Google here

    • DeepMind also produced Gemma here that works with PyTorch here
  • Copilot from Microsoft here

    • AI Assistant tools to SuperCharge here
  • Claude from Anthropic here

    • Anthropic Article here is prefered for Code Generation

Large Language Models (LLM):

Image Generation:

Video Generation:

Developer Tools:

  • GitHub Copilot writes, tests, and iterates—using GitHub Actions to run code and deliver ready-to-review pull requests

    • Github Copilot Chat specific questions about your project or general software questions. You can also ask Copilot Chat to write code, fix errors, write tests, and document code. Allows inserting code at the position of the cursor.
    > github fix
    
  • Cursor Built to make you extraordinarily productive, Cursor is the best way to code with AI.

Additional Tools:

style:

  • frameworks and links associated

  • Filler Text typographic

    • Lorem Ipsum
  • Google Fonts here

helpful hint:

  • useful hints for future projects to go faster
  • console log testing with ctr-alt-l
  • Always Stay Positive & Triple Check Permissions :)

Releases

No releases published

Packages

 
 
 

Contributors