Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persian Alphabets Classification using NLP #498

Merged
merged 11 commits into from
Feb 24, 2024

Conversation

Sgvkamalakar
Copy link
Contributor

Pull Request for DL-Simplified 💡

Issue Title : Persian Alphabets Classification using NLP #415

  • Info about the related issue (Aim of the project) : Persian Alphabets Classification using NLP
  • Name: Kamalakar Satapathi
  • GitHub ID: Sgvkamalakar
  • Email ID: sgvkamalakar@gmail.com
  • Identify yourself: SWOC S4

Closes: #415

Describe the add-ons or changes you've made 📃

The project adds a novel approach to recognizing Persian characters by combining CNN and LSTM architectures for improved accuracy and robustness.

The models utilize spatial features incase of CNN and temporal patterns incase of LSTM, enhancing accuracy in Persian character recognition.

  • Data Collection: Image Dataset of Persian characters from Kaggle.
  • Data Preprocessing: Resize images, split them into train/test sets, and convert them to numerical arrays.
  • Model Architecture Design: Design CNN, LSTM and hybrid architectures for character recognition.
  • Model Training: Feed preprocessed data into the model, and train over multiple epochs.
  • Evaluation: Assess model performance using metrics like accuracy and loss.

Type of change ☑️

What sort of change have you made:

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested? ⚙️

Describe how it has been tested: Cross-validated the model results using standard evaluation metrics like accuracy and loss.

Describe how have you verified the changes made: Conducted a thorough code review to ensure that the changes align with the project goals and coding standards. You can run the notebook hosted on Kaggle

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

Our team will soon review your PR. Thanks @Sgvkamalakar :)

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the images/README.md file, it's empty.
@Sgvkamalakar

@Sgvkamalakar
Copy link
Contributor Author

Removed images/readme.md

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved under SWOC S4 @Sgvkamalakar

@abhisheks008 abhisheks008 added Status: Approved Approved PR by the PA. Level: HARD SWOC S4 Issues under Social Winter of Code, 2025 and removed Status: Requested Changes Changes requested. labels Feb 24, 2024
@abhisheks008 abhisheks008 merged commit 8031caf into abhisheks008:main Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Level: HARD Points Updated Status: Approved Approved PR by the PA. SWOC S4 Issues under Social Winter of Code, 2025
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Persian Alphabets Classification using NLP
2 participants