mirror of
https://github.com/osmarks/meme-search-engine.git
synced 2025-04-06 10:46:58 +00:00
frontend customizations
This commit is contained in:
parent
66056fbe3a
commit
5121de6389
@ -8,15 +8,19 @@
|
||||
</style>
|
||||
|
||||
<div class="about">
|
||||
<p>
|
||||
Welcome to {util.hardConfig.name} by <a href="https://osmarks.net/">osmarks.net</a> Computational Memetics. {util.hardConfig.name} searches images using semantic image/text embedding models (refer to <a href="https://arxiv.org/abs/2303.15343">https://arxiv.org/abs/2303.15343</a>, <a href="https://arxiv.org/abs/2103.00020">https://arxiv.org/abs/2103.00020</a>). In general, search by thinking of what caption your desired image might have been given by random people on the internet. The model currently in use can read text fairly well and understands moderately abstract properties of images, but is limited to English and case-insensitive.
|
||||
</p>
|
||||
<p>
|
||||
"Useful"/"aesthetic"/"meme" sliders are defined based on an approximate extrapolation of my preferences and may not agree with your own opinions. Results are otherwise decided by the inscrutable whims of a billion-parameter neural network. Please note that large-scale internet data may contain things you do not like.
|
||||
</p>
|
||||
<p>
|
||||
The code is open-source and available on <a href="https://github.com/osmarks/meme-search-engine/">GitHub</a>.
|
||||
</p>
|
||||
{#if util.hardConfig.about_html}
|
||||
{@html util.hardConfig.about_html}
|
||||
{:else}
|
||||
<p>
|
||||
Welcome to {util.hardConfig.name} by <a href="https://osmarks.net/">osmarks.net</a> Computational Memetics. {util.hardConfig.name} searches images using semantic image/text embedding models (refer to <a href="https://arxiv.org/abs/2303.15343">https://arxiv.org/abs/2303.15343</a>, <a href="https://arxiv.org/abs/2103.00020">https://arxiv.org/abs/2103.00020</a>). In general, search by thinking of what caption your desired image might have been given by random people on the internet. The model currently in use can read text fairly well and understands moderately abstract properties of images, but is limited to English and case-insensitive.
|
||||
</p>
|
||||
<p>
|
||||
"Useful"/"aesthetic"/"meme" sliders are defined based on an approximate extrapolation of my preferences and may not agree with your own opinions. Results are otherwise decided by the inscrutable whims of a billion-parameter neural network. Please note that large-scale internet data may contain things you do not like.
|
||||
</p>
|
||||
<p>
|
||||
The code is open-source and available on <a href="https://github.com/osmarks/meme-search-engine/">GitHub</a>.
|
||||
</p>
|
||||
{/if}
|
||||
{#if util.hardConfig.telemetry_endpoint}
|
||||
<h2>Privacy</h2>
|
||||
<p>
|
||||
|
@ -147,10 +147,6 @@
|
||||
margin-bottom: 6px
|
||||
</style>
|
||||
|
||||
<svelte:head>
|
||||
<title>{util.hardConfig.name}</title>
|
||||
</svelte:head>
|
||||
|
||||
<nav>
|
||||
<div class="left">
|
||||
<NavItem page="search">Search</NavItem>
|
||||
|
@ -7,7 +7,7 @@ esbuild
|
||||
.build({
|
||||
entryPoints: [path.join(__dirname, "app.js")],
|
||||
bundle: true,
|
||||
minify: false,
|
||||
minify: true,
|
||||
outfile: path.join(__dirname, "../static/app.js"),
|
||||
plugins: [sveltePlugin({
|
||||
preprocess: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user