AI

deepseek이 나온 김에.. ^^

less than 1 minute read

deepseek https://www.deepseek.com/ deepseek chat https://chat.deepseek.com/ deepseek api doc https://api-docs.deepseek.com/news/news250120 upstage h...

meta sam - m1 test 하기

3 minute read

meta sam 환경 설정 miniconda로 환경 설정 ``` conda create -n sam python=3.10 conda activate sam pip install torch torchvision torchaudio –index-url https://downlo...

macbook air 에서 yolo test

less than 1 minute read

환경 설정 miniconda 다운로드 conda 환경 설정 conda create -n myenv python=3.9 맥북 카메라 이용해서 카메라 열리는지 확인 import cv2 # 카메라 열기 cap = cv2.VideoCapture(0) if not cap.isOp...

llama finetune

less than 1 minute read

Meta llama **LLaMA(Large Language Model Meta AI)**는 Meta (이전 Facebook)가 개발한 대규모 언어 모델입니다. 이 모델은 OpenAI의 GPT-3와 같은 다른 대규모 언어 모델과 비슷한 목적을 가지고 있으며, 자연어 처리 작업에서 ...

TTS 목소리 학습

6 minute read

TTS란? 텍스트-투-스피치(TTS) 기술의 역사는 수십 년에 걸쳐 발전해 왔으며, 여러 단계를 거치며 현대의 고품질 음성 합성 시스템으로 발전했습니다. 다음은 TTS 기술의 주요 발전 단계를 간략히 설명한 것입니다: 초기 연구 (1930년대 - 1960년대): TTS 기술의 ...

STT 솔루션 리뷰

5 minute read

STT(Speech-to-Text) 란? STT(Speech-to-Text) 기술은 오랜 기간 연구되어 왔으며, 여러 접근 방식이 있었습니다. 초기에는 음향 모델링과 언어 모델링을 결합한 통계적 방법이 주로 사용되었습니다. 은닉 마르코프 모델(HMM), 가우시안 혼합 모델(GMM)...

miniconda

less than 1 minute read

miniconda란? 가상환경 기능이 내제된 개발 환경 구축에 용이한것으로 보인다. activate 하는 공간에 설치된 것들을 그대로 쓸수 있어서 python package나 개발 패키지 버젼이 다를때 사용이 용이함. miniconda 설치 >> Miniconda i...

install tensor to ubuntu

2 minute read

Nvidia Graphic Driver 설치 nvidia-smi 설치가능 버젼 확인 ubuntu-drivers devices younleakim@younleakim-400TEA-400SEA:~$ ubuntu-drivers devices == /sys/devices/pci...

SAM(Segment Anything Model)

less than 1 minute read

Meta Solution https://segment-anything.com/ github https://github.com/facebookresearch/segment-anything?ref=blog.roboflow.com blog https://docs.ultraly...

LLM finetune

less than 1 minute read

LLM finetune https://github.com/huggingface/autotrain-advanced?tab=readme-ov-file

쇼츠 자동 생성기

less than 1 minute read

MoneyPrinter MoneyPrinter 만들려는것 주제를 넣으면 자동으로 쇼츠를 만들어 주는 기능

google gemma

less than 1 minute read

google gemma page https://ai.google.dev/gemma?hl=ko Gemma open - google blog https://blog.google/intl/ko-kr/products/explore-get-answers/-gemma-open-models-...

portable llamafile

2 minute read

llamafile 이제 llama 설치 등 힘들이지 않고 파일 하나만 실행하고 로컬 호스트에서 써봐요. Quickstart The easiest way to try it for yourself is to download our example llamafile for the L...

코드 라마 오픈

less than 1 minute read

Meta Code LLama 오픈 https://ai.meta.com/blog/code-llama-large-language-model-coding/ github https://github.com/facebookresearch/codellama User guide https:/...

meta 번역 솔루션

less than 1 minute read

Meta M4T model https://ai.meta.com/blog/seamless-m4t/ hugging face https://huggingface.co/spaces/facebook/seamless_m4t github https://github.com/facebookre...

stable diffusion lora만들기

less than 1 minute read

stable diffusion Lora만들기 kohya_ss stable diffusio Lora 만들기 (Dataset_maker) lora trainer colab dataset maker colab civita guide stable diffusion Roo...

llama v2 model

less than 1 minute read

hugging face llama 실행해 보기 import torch from transformers import LlamaTokenizer, LlamaForCausalLM ## v2 models model_path = 'openlm-research/open_llama_7b_v...

falcon 설치해 보기 추천 싸이트

1 minute read

falcon설치 해보기 falcon huggingface from transformers import AutoTokenizer, AutoModelForCausalLM import transformers import torch model = "tiiuae/falcon-40b" ...

stable diffusion prompt 추천 싸이트

1 minute read

stable diffusion prompt 추천 prompt search prompt search 무료로 다양한 프롬프트들을 검색할 수 있다. 애니메이션 버전과 실사화 버전릐 프롬프트를 따로 검색할 수 있다. 매주 가장 인기 있었던 프롬프트를 확인할 수 있다. 각 프롬프트에 ...

model download site

less than 1 minute read

stable diffusion model download huggingface huggingface arthub arthub civitai civitai 추천 동양인 ChilloutMix 서양인 Deliberate

stable diffusion에 controlnet 설치하기

less than 1 minute read

stable diffusion에서 controlnet 사용하기 webui에서 아래 기능들을 사용할수 있다. controlnet github openpose github 설치 install내용에 아래 github 주소를 넣는다. https://github.com/Mikubill...

chatgpt구조를 plantuml을 사용해서 그려보자

1 minute read

UML 그려주는 VScode extension - PlantUML plantuml VScode Extension 검색에서 plantuml을 검색하면 설치가 됩니다. plantuml 사용법 일단 확장자를 xxx.plantuml 로 저장하면 됩니다. 오른쪽 위에 돋보기 모...

stable diffusion 집에 설치해서 외부에서 접속하기

less than 1 minute read

stable diffusion local 설치 및 외부 접속하기. 그래픽 카드가 구려서 cpu Only로 로 동작. 아래옵션으로 실행하고 외부에서 7860 으로 포트포워딩해서 들어옴. ./webui.sh --skip-torch-cuda-test --listen --precis...

ChatGPT를 이용해서 웹 크롤링 해보기

1 minute read

ChatGPT를 이용해서 웹크롤링 해보기 google에서 검색한 후에 이미지들을 다운받는 방법. –> google 크롤링이 막혔는지.. API키랑 권한이 있어야 한다고 한다 ㅜㅜ naver에서 검색해서 다운로드 시도 naver 검색한 페이지 링크를 chat...

chatgpt가 모에요?

less than 1 minute read

Chatgpt 관련 동영상들 간략히 이해를 위해 괜찮은 영상 토큰, 언어와의 관계를 확률적으로 알려줌, 많은 데이터를 미리 학습시킴 메타코드M 자세히 설명해준 영상들 한국인공지능아카데미 플레이리스트

이런 저런 AI 동영상 제작 솔루션들

less than 1 minute read

AI 솔루션들 영상 이미지에 더빙하기 d-id synthesia 음성 생성 (TTS) clova vrew 새로 나온 솔루션들 runwayml kaiber 온라인 영상 만들기(스크립트 넣으면 영상 만들어 줌) pictory videostew

AutoGPT web 버젼들

less than 1 minute read

AutoGPT 서버 버젼들 babyagi babiagi web agent gpt agent gtp 목적과 몇가지 조건을 주면 알아서 해결해준다. godmode godmode 목표만 주면 필요한 추가 사항을 추천해줌.

자동 자막 생성기 whisper ai

less than 1 minute read

자동 자막 생성 whisper ai github whisper-webui 무설치로 사용 방법은 hugging face를 이용하는 방법입니다. huggingface 구글 코랩으로 하는 방법 google colab 번역 시간 단축하는 방법 팟플레이어 활용

ChatGPT를 이용해서 유튜브 컨텐츠 만들기

8 minute read

ChatGPT를 이용해서 유튜브 컨텐츠 만들기 1. ChatGPT에 요청해서 컨텐츠에 들어갈 내용 생성하기 # chatgpt prompt 나는 네가 TEPS 어휘 관련해서는 최고의 선생님이라고 생각해. 100일짜리 영어단어 수업 컨텐츠를 만들껀데 나에게 100일중 1일차에 공...

stable diffusion

less than 1 minute read

statble diffusion stable diffusion 무료로 솔루션을 공유함.. ^^; stable diffusion 기능 stable diffusion 기능 stable diffusion webui stable diffusion만 쓰면 어려워서 webui를 만들...

autogpt에 대해서 알아보자

1 minute read

autoGPT autogpt 사용량 추이 AGI란? AGI는 인공 일반 지능의 약자입니다. 인간 지능에 필적하는 방식으로 광범위한 작업과 영역에 걸쳐 지식을 이해하고 학습하며 적용할 수 있는 고도로 자율적인 시스템 또는 기계를 말합니다. 특정 작업을 위해 설계된 ...

그림 그려주는 AI site

less than 1 minute read

what is stable diffusion model. diffusion model page. diffusion model page. DALL-E 2 Dall-E2 Microsoft Image Creattor MS Midjourney (디스코드를 사용함) Midjou...

ChatGPT와 같이 사용하면 좋은 chrome extension

less than 1 minute read

ChatGPT사용시 유용한 Chrome Extenstion 1. ChatGPT for Google 구글링할때 옆에 따로 페이지가 떠서 검색도 해줌. 장점 : 구글링으로 사이트를 검색하지만 chatgpt는 답을 알려줌 단점 : openAi에 접속해서 chatgpt에 ...

UseChatGPT.AI chrome extension

less than 1 minute read

크롬에 추가 해서 쓰는 chatgpt 익스텐션~ UseChatGPT.AI 아래는 해당 익스텐션으로 작성 요청한 내용입니다. ChatGPT를 웹사이트에 추가하는 usechatgpt.ai usechatgpt.ai는 ChatGPT를 활용하는 온라인 플랫폼입니다. 이 플랫폼은 웹사이트...

wrtn에서 토큰 걱정없이 python code 만들기 != 안되네 ㅜㅜ

1 minute read

chatgpt의 경우 3월 1일부로 무료사용자는 api콜을 못하게 되어서 다른 방법을 찾다 wrtn을 사용해 보았습니다. 🔴 결론 : wrtn에게 물어보면 된다고 하나 실제로는 제공 안함.. 이놈의 할루시네이션 ㅜㅜ wrtn.ai에 가입하고 질문을 해봅니다. prompt : p...

chatgpt python 예제 코드

3 minute read

chatgpt python 예제 코드 prompt : python으로 chatgpt를 이용해서 질문하는 함수를 만들어줄래? 결과물이 아래와 같이 나온다. 필요 사항.. 필자의 경우 jupyter notebook을 이용.. !pip install openai 실행 op...

AWS Code Whisperer

less than 1 minute read

AWS Toolkit(CodeWhisperer) 아마존에서 copiolot 관련 vscode extension을 내 놓았네요. (6/3일에 ^^) youtube

Vscode에 AICodeHelper사용하기

less than 1 minute read

VScode에 AICodeHelper Extention 추가해서 사용 youtube-link AICodeHelper setting GPT API key 발급아래 링크에서 받으시면 됩니다. https://platform.openai.com/account/api-keys +C...