/iNFT-engine

GPT2 + faiss engine for iNFT on AI Network

Primary LanguageJavaScript

Building a iNFT (intelligence NFT) engine with AI Network

This repository contains the code for the following Medium blogs:

How to deploy the Streamlit app locally with Docker

Assuming docker is running on your machine and you have a docker account, do the following:

  • Build the image
docker build -t <USERNAME>/<YOUR_IMAGE_NAME> .
  • Run the image
docker run -p 5000:5000 <USERNAME>/<YOUR_IMAGE_NAME>
  • Open your browser and go to http://localhost:5000/