Skip to content

Commit

Permalink
new website
Browse files Browse the repository at this point in the history
  • Loading branch information
vikhyat committed Mar 4, 2024
1 parent 78a7abd commit 9330c9a
Show file tree
Hide file tree
Showing 36 changed files with 4,153 additions and 143 deletions.
99 changes: 0 additions & 99 deletions app.css

This file was deleted.

Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/BrianRoemmele-BYzcGY7A.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/MstrMachines-zQyegfiT.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/PrasannaLahoti-CITfe-Fp.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clem-CfifiKbw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/draw_things-qt83hCQ-.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/fonts/SpaceMono-Regular.ttf
Binary file not shown.
4,097 changes: 4,097 additions & 0 deletions assets/index-BIHiYfcl.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-WRP85f9_.css

Large diffs are not rendered by default.

Binary file added assets/lucataco93-CcSjBZ2K.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/murat-Dys8z0bf.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions assets/pico.min.css

This file was deleted.

Binary file added assets/pipe3-DetNLYYS.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/react-CHdo91hT.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shopping-BwgWYkuQ.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/thief1-BNHUqDi7.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ty-QSjgSaJh.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clouds1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cone.glb
Binary file not shown.
Binary file added examples/book.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/burger.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/slut.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added features/feature-post-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 21 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,21 @@
<html>

<head>
<title>moondream - a tiny vision language model</title>
<link rel="stylesheet" href="assets/pico.min.css" />
<link rel="stylesheet" href="app.css" />
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🌔</text></svg>" />
</head>

<body>
<header class="hero">
<div class="container">
<h1>
&#127764; moondream
</h1>
<h2>
a tiny vision language model that kicks ass and runs anywhere
</h2>
</div>
</header>
<div class="hero-fade"></div>
<section class="container links">
<a href="https://github.com/vikhyat/moondream">GitHub</a>
/ <a href="https://twitter.com/vikhyatk">Twitter</a>
/ <a href="https://discord.gg/tRUdpjDQfH">Discord</a>
</section>

<section class="container demo">
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.15.0/gradio.js"></script>

<div class="grid">
<gradio-app src="https://vikhyatk-moondream1.hf.space"></gradio-app>
</div>
</section>

</body>

</html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="theme-color" content="#ffffff">
<link rel="icon" href="/favicon.png" type="image/png" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="mask-icon" href="/safari-mask-icon.svg" color="#000000" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/4.19.2/gradio.js"
></script>
<title>moondream</title>
<script type="module" crossorigin src="/assets/index-BIHiYfcl.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-WRP85f9_.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
11 changes: 11 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "moondream",
"short_name": "moondream",
"icons": [{
"src": "google-touch-icon.png",
"sizes": "512x512"
}],
"background_color": "#ffffff",
"theme_color": "#ffffff",
"display": "fullscreen"
}
Binary file added noise.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added noise3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added noise3.jpg.1
Binary file not shown.
Binary file added particle-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added porsche.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions safari-mask-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vite.svg

0 comments on commit 9330c9a

Please sign in to comment.