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 | |
from PIL import Image | |
import io | |
import nltk | |
import aiosqlite | |
from nltk.tokenize import word_tokenize | |
from nltk.tag import pos_tag | |
from nltk.chunk import ne_chunk | |
import asyncio | |
import datetime |
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
_____________________ | |
OUTPUTLOG______FROM BARD.GOOGLE.COM | |
(user posts code) | |
import customtkinter as ctk | |
import asyncio |
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 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 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
(base) PS C:\Users\Shadow> cd C:\Users\Shadow\chaos | |
(base) PS C:\Users\Shadow\chaos> python chaosdb.py | |
ggml_init_cublas: found 1 CUDA devices: | |
Device 0: NVIDIA RTX A4500, compute capability 8.6 | |
llama.cpp: loading model from llama-2-7b-chat.ggmlv3.q8_0.bin | |
llama_model_load_internal: format = ggjt v3 (latest) | |
llama_model_load_internal: n_vocab = 32000 | |
llama_model_load_internal: n_ctx = 3900 | |
llama_model_load_internal: n_embd = 4096 | |
llama_model_load_internal: n_mult = 256 |
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 customtkinter as ctk | |
import asyncio | |
import numpy as np | |
import uuid | |
import queue | |
import threading | |
import concurrent.futures | |
from textblob import TextBlob | |
import pennylane as qml | |
import weaviate |
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 customtkinter as ctk | |
import asyncio | |
import numpy as np | |
import uuid | |
import queue | |
import threading | |
import concurrent.futures | |
from textblob import TextBlob | |
import pennylane as qml | |
import weaviate |
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 asyncio | |
import threading | |
import uuid | |
import logging | |
from concurrent.futures import ThreadPoolExecutor | |
from kivy.lang import Builder | |
from kivymd.app import MDApp | |
from kivy.uix.screenmanager import ScreenManager, Screen | |
from kivy.properties import StringProperty | |
from kivy.uix.label import Label |