Skip to content

darp99/Background-Remover-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Background-Remover-Bot

How to start this project

Step 1: (Clone the Repo.)
    -  git clone https://github.com/darp99/Background-Remover-Bot.git
step 2: (for installation and run main server)
     - cd .\remove-background-telegram-bot\
     - npm install
     - node index.js
  (In index.js put your telgram bot's API key)
 
 step 3: (for installation and run python Sub-Server):
     - cd .\Server\
     - uvicorn main:app --reload