Our Appliction Is Based On API & Client Approch,So Two Servers Are Required For Usage!
Open Two Terminals Simultaniously For Api-Server & Frontend-Server Respectively.
First Run Could Take a While as It Downloads 1.5 GB External Assets!
!git clone https://github.com/ML9-FORCES/extractify-api.git
!pip install -r requirements.txt
!python app.py
!git clone https://github.com/ML9-FORCES/extractify-frontend.git
!npm i
!npm start