Git Product home page Git Product logo

next-typescript-python's Introduction

Next Typescript Python Supabase

This project integrates a Supabase-authenticated API with a Next.js typescript frontend and a Python backend for Hugging Face model inference.

Table of Contents

Overview

The project consists of two main parts:

  1. Backend: A Python API using serverless functions, which handles user authentication with Supabase and communicates with the Hugging Face API for model inference.
  2. Frontend: A Next.js application for user authentication and sending inference requests to the backend.

Features

  • User authentication using Supabase
  • Secure token verification
  • Hugging Face model inference integration
  • Simple frontend for user interaction

Setup

Prerequisites

  • Python 3.12
  • Node.js and npm
  • Supabase account
  • Hugging Face account

Environment Variables

Create a .env file in the root directory and add the following environment variables:

SUPABASE_URL=your_supabase_url
SUPABASE_KEY=your_supabase_key
HUGGINGFACE_API_TOKEN=your_huggingface_api_token
NEXT_PUBLIC_SUPABASE_KEY=your_supabase_key
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url

Deployment

Deploy app to vercel and add the environment variables in the settings.

SUPABASE_URL=your_supabase_url
SUPABASE_KEY=your_supabase_key
NEXT_PUBLIC_SUPABASE_KEY=your_supabase_key
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
HUGGINGFACE_API_TOKEN=your_huggingface_api_token

next-typescript-python's People

Contributors

future-rob avatar

Watchers

 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.