Hey everyone! I bring you my development journey on what I have discovered, accomplishments for this month, and the goals for next month!
Additionally, I will share some posts highlights on what post I am proud of sharing to Dev.to and my top 3 posts that stood out to me this month!
ย
โจ Dev.to Posts Highlights! โจ
Here is one of the posts I am proud of for this month!
Worked with @codingwithjiro on ClassifierAI: A Chrome Extension that detects AI-Generated articles on dev.to! It was fun working with Elmar and looking forward for more collaboration work in the future!
If you are interested in this project, feel free to contribute!
FrancisTR
/
ClassifierAI
A Chrome Extension that detects AI-generated images using Machine Learning.
Welcome to the ClassifierAI Repository!
Description
A Google Chrome Extension that integrates Machine Learning to determine if the image and the dev.to article, that the user is viewing, is AI-Generated. This uses Tensorflow.js to perform Image Classification and Text Classification.
The model is trained using Teachable Machine by Google where it is train from 866 images, that consists of AI and Non-AI images, using the following settings:
- Epochs: 30
- Batch Size: 16
- Learning Rate: 0.0001
Technologies Used
How to Run
-
Clone or download the repository and navigate to the project directory.
-
Install the project dependencies:
npm install
-
Build the extension:
npm run build
-
Open Google Chrome and navigate to:
chrome://extensions -
Enable Developer Mode in the top-right corner.
-
Click Load unpacked and select the generated
dist/folder. -
The extension is now installed and ready to use.
Demo
This is the overall demo of the useโฆ
ย
ย
Here is the top 3 posts that I have discovered that stood out to me!
@lovestaco A post on why LLM understand...that.
ย
@itsugo A post of Aryan's experience on DEV!
ย
@artemkozak A Docker Visualizer that is helpful for visual programmers and for big projects!
ย
Monthly Discovery ๐
- ๐ A guide into getting ahead in programming. This one actually helped me to get a better understanding of myself and the goals I want to set as a programmer getting into tech.
- ๐ An AI Takeover Scenario video. Interesting watch.
- ๐ Unrelated Tech stuff. If you haven't seen the new Spider-man: Brand New Day trailer, it was released 11 days ago (as of this posting)!
ย
Accomplishments ๐
- โ 2 Pull Requests has been merged onto Forem.
- โ Cleaned up my Portfolio and Resume.
- โ Continued Virtual Coffee Contribution.
- โ Learning Ruby on Leetcode! Moved away from HackerRank for now. Feel free to follow me on LeetCode!
- โ Continued interacting with the Dev.to community.
ย
Still working on... ๐จ
- ๐จ Clean up my portfolio and publishing it on Dev.to for Review. I have it done, just need to publish on dev.to!
Goals for Next Month ๐ฏ
- ๐ Continue Forem Contribution.
- ๐ Continue Virtual Coffee Contribution.
- ๐ Publishing my Portfolio on Dev.to for Review.
- ๐ Doing LeetCode Daily (on Weekdays) to learn Ruby.
- ๐ Continue interacting with the Dev.to community.
ย
Feedback ๐ฌ
- What else should I do for July?
- Any questions/comments/advice or tips for the Monthly Report? Leave a comment below! I would love to hear from you!
Top comments (3)
Four legends in one frame ๐ฅ