This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://fastupload.io/TMQPlOe1SxP0KaA/file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
import tkinter as tk | |
import customtkinter | |
import threading | |
import os | |
import aiosqlite | |
import weaviate | |
import logging | |
import numpy as np | |
import base64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
import tkinter as tk | |
import customtkinter | |
import threading | |
import os | |
import aiosqlite | |
import weaviate | |
import logging | |
import numpy as np | |
import base64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: '3.4' | |
services: | |
weaviate: | |
command: | |
- --host | |
- 0.0.0.0 | |
- --port | |
- '8080' | |
- --scheme |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tkinter as tk | |
import threading | |
import os | |
import aiosqlite | |
import logging | |
import numpy as np | |
import base64 | |
import queue | |
import uuid | |
import customtkinter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import threading | |
import os | |
import aiosqlite | |
import logging | |
import numpy as np | |
import base64 | |
import queue | |
import uuid | |
import customtkinter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tkinter as tk | |
import threading | |
import os | |
import aiosqlite | |
import logging | |
import numpy as np | |
import base64 | |
import queue | |
import uuid | |
import customtkinter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import cv2 | |
import numpy as np | |
import asyncio | |
import threading | |
import aiosqlite | |
from io import BytesIO | |
import logging | |
import curses | |
from llama_cpp import Llama | |
from llama_cpp.llama_chat_format import Llava15ChatHandler |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tkinter as tk | |
import threading | |
import os | |
import aiosqlite | |
import logging | |
import numpy as np | |
import base64 | |
import queue | |
import uuid | |
import customtkinter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import base64 | |
import aiohttp | |
import asyncio | |
import json | |
import pyautogui | |
import ast | |
import aiosqlite | |
from io import BytesIO | |
from PIL import Image | |
import datetime |