Skip to content

Conversation

SupratikB23
Copy link
Contributor

@SupratikB23 SupratikB23 commented Oct 11, 2025

Closes: #329

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

  • Performed a PyTorch model training script for Arabic Dates classification (ResNet50, 15 epochs) and saved the model.
  • Added Streamlit app for real-time image classification and prediction display.
  • Implemented data augmentation & normalization for better generalization.
  • Saved trained model to assets/arabic_dates_model.pth.
  • Improved model accuracy, dropout, and inference efficiency.
  • Bug fix
  • New feature
  • Code style update (formatting, local variables)
  • Documentation update
  • Database update

Working Video 📷

Arabic.Dates.Classification.mp4

Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

@SupratikB23
Copy link
Contributor Author

SupratikB23 commented Oct 11, 2025

@Avdhesh-Varshney
I have correctly created the code, and it's working perfectly in localhost, but I can't understand why this error is being shown.
Can you please give me advice on how to solve this issue...

Copy link
Member

@Avdhesh-Varshney Avdhesh-Varshney left a comment

Choose a reason for hiding this comment

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

LGTM!
For GitHub Lint error, It's due to you have not formatted your file in 2-space indentation. Please update this to 2-space.

For any blocker, connect me on discord or ping me here 👍

@Avdhesh-Varshney
Copy link
Member

One more thing — I need a video demonstrating that your model is fully integrated with Jarvis, as your file still requires following some additional setup steps.

@Avdhesh-Varshney
Copy link
Member

@SupratikB23 Could you please gone through the movie recommendations model already integrated in Jarvis?
Because model file cannot be saved in repo this will increase the size of repo.

@SupratikB23
Copy link
Contributor Author

@Avdhesh-Varshney
I have removed the page configs, created a new Kaggle file for the model creation ( Kaggle Link ) and lastly made all the code in 2-indentation format....
When I'm running the specific 'ArabicDatesClassifierModel.py' file, it's working seamlessly, with Kaggle Notebook fetching and all. But the problem I'm facing is that when I'm running the whole Jarvis program locally, where during authentication it's saying "400: Missing "authorize_url" value". I can't resolve that issue, even though I have followed all the steps like 'secrets.toml' creation, Mock Authentication Creation, etc. Can you please help me with that, else everything's working good

@Avdhesh-Varshney
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📃: Arabic Dates Classification using DL

2 participants