So what are we building today? Today we're going to build our very own AI bot using the latest and greatest technology - the AiConV2 Text Generation model by WorqHat AI. And not just any bot, we're talking about a bot that’s going to generate code from commands to any programming language of your choice!
This project is important, because it will give you basic understanding of how to build AI based project using the latest Text Generation APIs. Cool, right?!Let's start with the one and only Code Translator that you're ever going to want to build!
But don't take my word for it, you gotta try it out for yourself. We've got a live code translator on this page, that's already causing a stir. People can't get enough of it! So, before you even start this course, go check it out and see what all the fuss is about.So, are you ready to step up and take on the challenge? Let's do this!
You can refer to more detailed documentation for **AiCon V2 Generative Models ** here.
You can learn how to build this project by visiting our WorqHat LLM Academy Page at Text to Code with WorqHat AI.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
WorqHat certifies every project that is created using WorqHat. To get your project certified, you need to follow the following steps:
- Create a new repository with your project.
- Add a
worqhat.jsonfile to the root of your project. - Add the following code to the
worqhat.jsonfile:
{
"name": "Your Name",
"deploymentUrl": "Your Project Deployment URL (If Deployed to Vercel)",
"authorEmail": "Your Email",
"repository": "Your Project Repository",
"feedback": "Your Feedback",
"tags": [
"Your Project Tags"
]
}- Submit your project for certification by creating a pull request to the WorqHat Certified
Projects repository. Or you can also submit your project for certification by completing
the lesson Create your Own AI Code Generator
and submitting your GitHub repository link in the lesson. Please don't forget to add
the
worqhat.jsonfile to your project. - Once your project is certified, you will receive a certification badge that you can add to
your project's
README.mdfile and to your resume's and LinkedIn profile's certifications.