Generative AI projects for your resume
Boost your resume with these amazing Generative AI project ideas, each designed to provide practical experience and highlight your skills with the latest technologies.
Here's a breakdown of each project, relevant tutorials and code to help you get started and the skills you'll develop.
In this project, you will create a simple chatbot using GPT-3.5 through the OpenAI API and LlamaIndex. The chatbot will be capable of handling various customer queries by leveraging internal data, providing more tailored responses than a generic chatbot.
Prompt Engineering, Prompt Chaining, Data Indexing and Chunking
In this project, you'll train an open-source model on your own dataset using Unsloth. You will learn about standard fine-tuning methods such as LoRA, as well as concepts like model quantization.
Fine-tuning open-source models Implementing PEFT (Parameter-Efficient Fine-Tuning) methods