Giter Site home page Giter Site logo

ai_based_palm_leaf_manuscript_reader's Introduction

AI-Based Palm Leaf Manuscript Reader

Developed by Tamil Technology Research Center - Bannari Amman Institute Of Technology


ttrc logo   bit logo

We Won 🏆 3rd Prize at Kanitamil24 Hackathon for this project, and with the intention of developing the AI Tamil community, we are releasing the code of this project version 1.

Our Team 💪

  1. Dr.Balamurugan V T - https://www.linkedin.com/in/balamurugan-varadarajan-52a41b6/
  2. Mr.Pravin Savaridass M - https://www.linkedin.com/in/pravin-savaridass-00536b61/
  3. Mr.Gokul S - https://www.linkedin.com/in/gokul1308/
  4. Mr.Udhayamoorthy S - https://www.linkedin.com/in/udhaya-moorthy-277357259/
  5. Mr.Harikrishnan S - https://www.linkedin.com/in/harikrishnan-s-022804267/
  6. Ms.Dhikshitha S - https://www.linkedin.com/in/dhikshitha/
  7. Ms.Nandhini S - https://www.linkedin.com/in/nanthini-sk16/

⚠️CAUTION: This project may only be utilized for academic research by including citations in your study; It is not allowed for commercial use...

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

How to run this project 🏃

  1. Download⬇️ the code (from the top right corner)

  2. Extract the zip file📁

  3. Install python 3.10 or newer 🐍

    Official Python Site: https://www.python.org/downloads/

  4. Install the requirements 📝✅

    1. Open command prompt(cmd/terminal)
    2. change the directory to the downloaded project
    3. install the requirements in requirements.txt
      You have many options

    Directly pip install in the cmd

    pip install -r requirements.txt

    (OR)

    Create a virtual environment in the project folder and install it (recommended)

    • python -m venv venv - creating a virtual environment named venv

    • ./venv/Scripts/activate - to activate the virtual environment

      NOTE: This may not allow some system to active the venv in the terminal
      to overcome this run the following commands
      Set-ExecutionPolicy Unrestricted -Scope Process
      Set-ExecutionPolicy Unrestricted -Force
      now run ./venv/Scripts/activate

    • pip install -r requirements.txt - install the requirements

  5. Run the app.py file 🏃‍♀️

    python app.py
    The Application runs in https://127.0.0.1:5000 default

  6. Index page - About Our Team

    1

  7. Characters Page

    You can upload the palm leaf manuscripts by clicking the upload button and waiting for some time to get the output
    Note: you can use the demo palm leaves in the 'static/input/' folder

    2 3 4

  8. Numerals Page

    You can also run the numerals page in the top right corner

    5 6 7

NOTE: The Deep Learning Model is trained using the data collected from Tamil Virtual Academy(TVA), the model can perform well if the input is similar as the given demo images

Special Thanks 🙏

  • Dr.Muthukumar K - Tamil Department, Assistant Professor, Kongunadu Arts & Science College.
  • Tamil University - Tanjore
  • Yakkai Arakattalai
  • Tamil Virtual Academy (TVA)

ai_based_palm_leaf_manuscript_reader's People

Contributors

mastergokul avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.