diff --git a/Cheetah/Assets.xcassets/AppIcon.appiconset/Contents.json b/Cheetah/Assets.xcassets/AppIcon.appiconset/Contents.json index 3f00db4..c2462cd 100644 --- a/Cheetah/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/Cheetah/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,51 +1,61 @@ { "images" : [ { + "filename" : "leopard-16.png", "idiom" : "mac", "scale" : "1x", "size" : "16x16" }, { + "filename" : "leopard-32.png", "idiom" : "mac", "scale" : "2x", "size" : "16x16" }, { + "filename" : "leopard-32.png", "idiom" : "mac", "scale" : "1x", "size" : "32x32" }, { + "filename" : "leopard-64.png", "idiom" : "mac", "scale" : "2x", "size" : "32x32" }, { + "filename" : "leopard-128.png", "idiom" : "mac", "scale" : "1x", "size" : "128x128" }, { + "filename" : "leopard-256.png", "idiom" : "mac", "scale" : "2x", "size" : "128x128" }, { + "filename" : "leopard-256.png", "idiom" : "mac", "scale" : "1x", "size" : "256x256" }, { + "filename" : "leopard-512.png", "idiom" : "mac", "scale" : "2x", "size" : "256x256" }, { + "filename" : "leopard-512.png", "idiom" : "mac", "scale" : "1x", "size" : "512x512" }, { + "filename" : "leopard-1024.png", "idiom" : "mac", "scale" : "2x", "size" : "512x512" diff --git a/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-1024.png b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-1024.png new file mode 100644 index 0000000..d4fc388 Binary files /dev/null and b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-1024.png differ diff --git a/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-128.png b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-128.png new file mode 100644 index 0000000..2d64a45 Binary files /dev/null and b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-128.png differ diff --git a/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-16.png b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-16.png new file mode 100644 index 0000000..2c01792 Binary files /dev/null and b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-16.png differ diff --git a/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-256.png b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-256.png new file mode 100644 index 0000000..d32fdac Binary files /dev/null and b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-256.png differ diff --git a/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-32.png b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-32.png new file mode 100644 index 0000000..4741d1c Binary files /dev/null and b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-32.png differ diff --git a/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-512.png b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-512.png new file mode 100644 index 0000000..ab214d4 Binary files /dev/null and b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-512.png differ diff --git a/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-64.png b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-64.png new file mode 100644 index 0000000..bf21b5e Binary files /dev/null and b/Cheetah/Assets.xcassets/AppIcon.appiconset/leopard-64.png differ diff --git a/LibWhisper/LICENSE b/LibWhisper/LICENSE new file mode 100644 index 0000000..fb7ff0c --- /dev/null +++ b/LibWhisper/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Georgi Gerganov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index d1d46e3..aa1c4ce 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Cheetah is an AI-powered macOS app designed to assist users during remote software engineering interviews by providing real-time, discreet coaching and live coding platform integration. -![Demo video (01:28)](https://user-images.githubusercontent.com/106342593/229327924-741fa31c-ee10-41cd-80a7-b66012ed69ed.mp4) +![Quick demo video (1:28)](https://user-images.githubusercontent.com/106342593/229961889-489e2b36-f3e6-453a-9784-f160bc1c4f8d.mp4) -Screenshot +Screenshot With Cheetah, you can improve your interview performance and increase your chances of landing that $300k SWE job, without spending your weekends cramming leetcode challenges and memorizing algorithms you'll never use. diff --git a/cheetah.jpg b/cheetah.jpg index 57bc7af..67b5f75 100644 Binary files a/cheetah.jpg and b/cheetah.jpg differ diff --git a/extension/manifest.json b/extension/manifest.json index 2946bbf..666fda5 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -10,8 +10,7 @@ "content_scripts": [ { "matches": [ - "*://localhost/*", - "https://app.coderpad.io/*" + "*://localhost/*" ], "js": [ "cheetah.js"