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