β¬
οΈ Previous - Project 1 Template
β‘οΈ Next - Module 2 Project Requirements
Congratulations on completing Module 1 of the Agentic AI Developer Certification Program! Now it's time to demonstrate your learning through Project 1. This guide walks you through the exact steps to submit your RAG-based AI assistant project successfully.
Before submitting, ensure your project meets these core requirements:
Your project will be reviewed in the month that matches your submission date.
Submit your Project 1 by any one of the following deadlines:
If you miss the due date for the month, no problem β just submit before the next one and your project will be reviewed in that month's review cycle.
Have a Ready Tensor account β If youβre not already registered, sign up here.
Be enrolled in the program β If you havenβt joined yet:
The team lead creates a new publication on the Ready Tensor platform describing your project.
β οΈ Create the publication in the team lead's personal hub (not in the hub named `Ready Tensor Certifications`).
In the Create Publication form, choose the correct Module from the dropdown (e.g., Module 1 for Project 1).
Don't forget to add your teammates as co-authors to the publication. The team lead's name will appear as the first author.
Upload your GitHub repository URL in the "Code" section of the publication. Evaluators will access your code through this link.
Please store API keys and sensitive data in a .env file, ensure it's listed in .gitignore, and use a .env_example to share required variable names securely.
Ensure your publication follows Ready Tensor's best practices for AI/ML project documentation. Refer to our published guidelines for detailed requirements.
You can upload any additional relevant files (PDFs, datasets, documentation) to support your submission.
Complete your submission before the deadline!
You are encouraged to include a video demo of your app in your publication to enhance clarity and showcase your work more effectively. While not required, this is strongly recommended as videos serve as valuable portfolio additions. Record your application's workflow, optionally include a brief presentation, upload to YouTube, and attach the link to your Ready Tensor publication to improve readability and overall impact.
Your GitHub repository must:
Please ensure that API keys and other sensitive information are not exposed in your main GitHub repository or shared publicly. Instead, store such data in a .env file and make sure it is included in your .gitignore to prevent accidental uploads. For reproducibility, you should provide a .env_example file that outlines the required environment variables without revealing any real values. This practice helps maintain security while allowing others to understand how to set up the project properly. Thank you for following secure development practices.
After submission, our team will:
If you have questions about the submission process or need technical assistance, reach out to our team on Discord. We're here to help you succeed!
Good luck with your Project 1 submission! We're excited to see the RAG-based AI assistants you've built using the foundations from Module 1.
β¬
οΈ Previous - Project 1 Template
β‘οΈ Next - Module 2 Project Requirements