Skip to content

Perlesvaux/i2t

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I2T - Image to Text converter

Environment

Tested on this setup (current VRAM: 6GB GDDR6):

neofetch  # OS: Linux Mint 21.3 x86_64
          # CPU: Intel i7-7700K (8) @ 4.500GHz
          # GPU: NVIDIA GeForce GTX 1660 SUPER 
          # Memory: 16gb     

python3 --version  # Python 3.10.12

Install Dependencies:

  • Install Node and npm through nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash

Clone Repository and run server locally:

git clone https://github.com/Perlesvaux/s2t
cd s2t 
npm i
npm start

App is now ready. Click here

Front end source code can be found here