Giter VIP home page Giter VIP logo

gputopia's Introduction

GPUtopia

GPUtopia is a marketplace for decentralized GPU compute and related AI services.

Read more in our FAQ.

This is the website and app UI at gputopia.ai.

Code is alpha/beta quality. App UI is on v4 beta and kinda works.

See opensource for more on how our three codebases work together.

Contributing

See bounties.

Running locally

You will need to create a .env.local file from .env.local.template and to fill at least the database, alby sections and set NEXTAUTH_SECRET to be able to log in.

Database

The app is using a mysql database. You can configure one easily using docker.

Then connect to your database and run the commands in createDB.sql

Alby

The app is using alby to authenticate users.

You will need to create an account on getalby.com and configure an OAuth application here. Make sure set the scope of your application to have permission for - account:read, balance:read, invoices:create, invoices:read

Run the project

$ yarn install
$ yarn dev

Using Docker

Make sure docker is running and then run

yarn setup

This will set up MySQL, Adminer default MySQL - username and password is root

Visit http://localhost:8080/?server=db&username=root&sql= and run the createDB.sql script Set the DATABASE_URL=mysql://root:[email protected]:8083/gputopia in .env.local

gputopia's People

Contributors

earonesty avatar trigger67 avatar uthpalax avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.