Team members
- Abhishek Kumar (Team Leader)
- Ritik Gupta
- Harshita Madhok
- Abhishek Khatri
- Vaibhav Kumar
- Ashish
Team Mentor
- Shobhit Bhatnagar
open terminal in linux(Debian Based) or command prompt in windows
-
clone the repository
git clone https://github.com/Abhishekkumar02/kb145_Editha
cd kb145_Editha
-
make virtual environment (optional)
- linux
sudo apt install python3-venv
python3 -m venv my-project-env
source my-project-env/bin/activate
- windows
pip install virtualenv
virtualenv my-project-env
my-project-env/Script/activate
- linux
-
start the server
- linux
./main.sh
- windows
main.bat
- linux
-
open url http://127.0.0.1:5000 on your web browser
-
select your file and the desired language
-
Upload the file to perform the OCR operation!
-
We Added presentation in presentation dir in code!