Skip to content

Instantly share code, notes, and snippets.

@datatecyl
datatecyl / GPT_4o.ipynb
Created June 12, 2024 20:15
Image Analytics with the GPT-4o Model: Understanding Sculpture by datatec.studio
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@datatecyl
datatecyl / GPT_4o.ipynb
Created June 12, 2024 19:41
GPT_4o Colab Project by datatec.studio: Image Recognition for sculpture
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@datatecyl
datatecyl / Meta_Llama_3_8B_FaQ_QnA_datatec_studio.ipynb
Created April 27, 2024 21:13
Meta_Llama_3_8B_FaQ_QnA_datatec_studio.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@datatecyl
datatecyl / text_to_video_dts.ipynb
Created March 31, 2024 19:10
Colab Guide: Text-to-Video with Hugging Face diffusers library
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@datatecyl
datatecyl / run_trained_gpt2_for_company_profile.ipynb
Created December 1, 2023 21:12
Run_trained_Gpt2_For_Company_Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@datatecyl
datatecyl / langchain_llama2_lab_demo.ipynb
Created December 1, 2023 19:48
Langchain_Llama2_Lab_Demo.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@datatecyl
datatecyl / similarity_llm.ipynb
Last active December 1, 2023 13:55
Similarity_LLM.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@datatecyl
datatecyl / tensor_flow_image_classification.py
Created December 1, 2023 11:30
medium blog: Build model for Image Classification with TensorFlow on PyCharm
# https://medium.com/ai-mvp-hub/
import matplotlib.pyplot as plt
import numpy as np
import PIL
import tensorflow as tf
from tensorflow import keras
from tensorflow.keras import layers
from tensorflow.keras.models import Sequential