Skip to content

Instantly share code, notes, and snippets.

View akshayvkt's full-sized avatar
📈

Akshay Chintalapati akshayvkt

📈
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@akshayvkt
akshayvkt / llaman_prompt-150pairs.jsonl
Created August 30, 2023 08:32
150 prompt pairs synthetically generated by Claude for fine-tuning a LLaMa2 model that generates high quality prompts from simple text descriptions
{"prompt": "Anime girl with pink hair and frilly dress holding magic wand","completion": "Portrait of a magical anime girl with long pink hair, big sparkling eyes, frilly pink dress, holding a star wand, delicate makeup, soft studio lighting, highly detailed digital painting"}
{"prompt": "Roger Federer serving tennis ball in stadium","completion": "Photorealistic image of Roger Federer serving on Wimbledon center court, intricate details on tennis clothes and equipment, camera angle from the side, cinematic lighting, 8K resolution"}
{"prompt": "Astronaut floating in space near Saturn and Jupiter","completion": "An astronaut floating in space near Saturn and Jupiter, intricate NASA spacesuit, oxygen tanks and gear, awe-inspiring perspective, astrophotography, National Geographic style"}
{"prompt": "Bowl of delicious ramen noodles with pork slices","completion": "Bowl of hot, fresh, mouthwatering ramen noodles, extra rich creamy broth, slices of savory pork, green onions as garnish, shallow depth of field, imag
@akshayvkt
akshayvkt / geocoding_for_gpt.json
Last active November 9, 2023 20:14
Creating a simple json with auth to test GPT
{
"openapi": "3.0.0",
"info": {
"title": "Geocoding API",
"version": "1.0.0",
"description": "API for converting addresses into geographic coordinates (latitude and longitude)."
},
"servers": [
{
"url": "https://maps.googleapis.com/maps/api"
@akshayvkt
akshayvkt / solar.json
Created November 10, 2023 00:37
Get solar insights, easy
{
"openapi": "3.0.0",
"info": {
"title": "Combined Geocoding and Solar API",
"description": "API services for converting addresses into geographic coordinates and providing solar potential insights for buildings.",
"version": "1.0.0"
},
"paths": {
"/geocode/json": {
"servers": [