repo_name stringlengths 8 102 | language stringclasses 1
value | created_at timestamp[ns] | license stringclasses 22
values | description stringlengths 4 345 ⌀ | stars int64 2 4.75k | forks int64 0 554 | url stringlengths 27 121 | repo_code list |
|---|---|---|---|---|---|---|---|---|
zhile-io/pandora | python | 2023-09-12T12:38:42 | GNU General Public License v2.0 | 潘多拉,一个让你呼吸顺畅的ChatGPT。Pandora, a ChatGPT client that lets you breathe freely. | 3,316 | 554 | https://github.com/zhile-io/pandora | [
{
"code": "# -*- coding: utf-8 -*-\n\nfrom setuptools import setup, find_packages\n\nfrom src.pandora import __version__\n\nwith open('README.md', 'r', encoding='utf-8') as f:\n long_description = f.read()\n\nwith open('requirements.txt', 'r', encoding='utf-8') as f:\n requirements = f.read().split('\\n')... |
tairov/llama2.mojo | python | 2023-09-10T21:54:51 | MIT License | Inference Llama 2 in one file of pure 🔥 | 1,236 | 76 | https://github.com/tairov/llama2.mojo | [
{
"code": "import gradio as gr\nimport subprocess\nimport sys\nfrom pathlib import Path\n\nasync def generate(prompt, model_name, seed=0, temperature=0.5, num_tokens=256):\n # stream stout\n base = \"\"#\"../model/\"\n tokenizer_name = \"tokenizer.bin\"\n if model_name == \"tl-chat.bin\":\n t... |
Pennyw0rth/NetExec | python | 2023-09-08T15:36:00 | BSD 2-Clause "Simplified" License | The Network Execution Tool | 794 | 71 | https://github.com/Pennyw0rth/NetExec | [{"code":"#!/usr/bin/env python3\n# -*- coding: utf-8 -*-\n\nimport os\nimport shutil\nimport subpro(...TRUNCATED) |
docker/genai-stack | python | 2023-09-13T12:03:09 | Creative Commons Zero v1.0 Universal | Langchain + Docker + Neo4j | 548 | 93 | https://github.com/docker/genai-stack | [{"code":"import os\n\nfrom langchain.graphs import Neo4jGraph\nfrom dotenv import load_dotenv\nfrom(...TRUNCATED) |
nicolas-hbt/pygraft | python | 2023-09-07T04:28:45 | MIT License | Configurable Generation of Synthetic Schemas and Knowledge Graphs at Your Fingertips | 513 | 35 | https://github.com/nicolas-hbt/pygraft | [{"code":"# Configuration file for the Sphinx documentation builder.\n\nfrom datetime import date\ni(...TRUNCATED) |
kbre93/every-breath-you-take | python | 2023-09-16T09:19:34 | MIT License | Heart Rate Variability Training with the Polar H10 Monitor | 500 | 19 | https://github.com/kbre93/every-breath-you-take | [{"code":"\nimport os\nos.environ['QT_API'] = 'PySide6' # For qasync to know which binding is being (...TRUNCATED) |
mohamed-chs/chatgpt-history-export-to-md | python | 2023-09-16T05:35:37 | MIT License | "A Python script to effortlessly extract and format your ChatGPT conversations data export from JSON(...TRUNCATED) | 486 | 14 | https://github.com/mohamed-chs/chatgpt-history-export-to-md | [{"code":"\"\"\"Module for handling user configuration and updating the models.\"\"\"\n\nimport json(...TRUNCATED) |
google/break-a-scene | python | 2023-09-13T08:10:12 | Apache License 2.0 | "Official implementation for \"Break-A-Scene: Extracting Multiple Concepts from a Single Image\" [SI(...TRUNCATED) | 363 | 13 | https://github.com/google/break-a-scene | [{"code":"\"\"\"\nCopyright 2023 Google LLC\n\nLicensed under the Apache License, Version 2.0 (the \(...TRUNCATED) |
persimmon-ai-labs/adept-inference | python | 2023-09-07T15:02:28 | Apache License 2.0 | Inference code for Persimmon-8B | 336 | 16 | https://github.com/persimmon-ai-labs/adept-inference | [{"code":"# coding=utf-8\n# Copyright (c) 2023 ADEPT AI LABS INC.\n# This file is based on code by t(...TRUNCATED) |
google-deepmind/alphamissense | python | 2023-09-13T14:34:42 | Apache License 2.0 | null | 327 | 32 | https://github.com/google-deepmind/alphamissense | [{"code":"# Copyright 2023 DeepMind Technologies Limited\n#\n# Licensed under the Apache License, Ve(...TRUNCATED) |
End of preview. Expand in Data Studio
- Downloads last month
- 4