LLM Portfolio Tasks Concepts to Wow Employers

LLM Portfolio Tasks Concepts to Wow EmployersLLM Portfolio Tasks Concepts to Wow Employers
Picture by Writer

 

Most individuals who lack technical information might imagine that working with AI or LLMs (massive language fashions) is difficult and reserved for specialists and engineers. Nonetheless, what if I advised you that each one you want is proficiency in Python to construct a variety of LLM tasks, from Q&A programs to YouTube summarizers? You may even create your personal GPT-4o utility utilizing a number of open-source fashions and parts.

On this mission, we are going to discover fascinating and simply achievable LLM mission concepts you could construct utilizing free or inexpensive sources. Moreover, every mission thought is accompanied by a pattern mission hyperlink you could look at to raised perceive the way it works.

 

1. Wonderful-Tuning Llama 3 and Utilizing It Domestically

 

The Wonderful-Tuning Llama 3 and Utilizing It Domestically is a correct mission with a number of steps and recordsdata. The objective is to fine-tune the mannequin on a dataset of patient-doctor conversations utilizing free sources offered by Kaggle. As soon as the mannequin is efficiently fine-tuned, it might reply medical-related questions in a extremely skilled method.

 

Fine-Tuning Llama 3 and Using It Locally project imageFine-Tuning Llama 3 and Using It Locally project image
Picture from the mission

 

With a purpose to use the mannequin offline in your laptop computer, you possibly can comply with these steps:

  1. Merge the adopter layer to the bottom mannequin.
  2. Convert the mannequin into the Llama.cpp format, generally known as GGUF.
  3. Scale back the scale of the mannequin utilizing the quantization technique.
  4. Lastly, use the mannequin in your laptop computer utilizing the Home windows Jan utility.

It is essential to maintain medical conversations non-public between medical doctors and sufferers, which is why it is necessary to make use of it regionally and guarantee privateness.

 

2. Q&A Retrieval System

 

In case you choose to not fine-tune the mannequin, you possibly can nonetheless create context-aware AI functions regionally utilizing instruments like LangChain, Chroma DB, and Ollama. This utility will make the most of your dataset as context earlier than producing the response.

To construct the RAG (Retrieval-augmented technology) utility, you possibly can comply with these steps:

  1. Load PDF Information: Start by loading all of the PDF recordsdata from the designated folder.
  2. Break up Textual content: Break up the textual content into smaller chunks for environment friendly processing.
  3. Convert to Embeddings: Convert the textual content into embeddings and retailer them within the vector database.
  4. Construct Retrieval Chain: Assemble a retrieval chain utilizing LangChain.
  5. Develop Python Software: Create a correct Python utility to make sure a seamless chat expertise.

 

Q&A Retrieval System project imageQ&A Retrieval System project image
Picture from mission

 

LangChain simplifies the method by offering a high-level API and easy-to-use instructions. By following the tutorial on “Learn how to Run Llama 3 Domestically,” you possibly can construct a context-aware good LLM utility.

 

3. Serving an LLM utility as an API endpoint utilizing FastAPI in Python

 

On this mission, you can be constructing an English to French translator API utilizing the OpenAI API and FastAPI. The mission will probably be divided into two essential elements: understanding the right way to use the OpenAI API to make sure the generated output is all the time in French, and constructing a REST API utilizing FastAPI to absorb textual content and generate output via a easy CURL command.

In case you are aware of FastAPI, you possibly can construct a good higher LLM utility that may function an API endpoint in half-hour.

 

Serving an LLM application as an API endpoint using FastAPI in Python project imageServing an LLM application as an API endpoint using FastAPI in Python project image
Picture from mission

 

For reference, comply with the information “Serving an LLM utility as an API endpoint utilizing FastAPI in Python” and take a look at serving your LLM. It may also be a mannequin that you’re working regionally.

 

4. Trip Planning Assistant

 

Planning a trip with no journey agent might be troublesome. There are such a lot of transferring elements, and typically folks do not even know what to do. So, why not create your personal journey itinerary utility that can present your itinerary on a map and supply detailed plans and numerous sights?

On this mission, you’ll construct an online utility that takes consumer directions about their journey plans and gives itinerary solutions, displaying them on a map.

 

Vacation Planning Assistant project imageVacation Planning Assistant project image
Picture from mission

 

The mission requires you to study a couple of fundamentals about Gradio, Launching, and the Google Maps API earlier than diving into the mission. You can begin by following the “Constructing a Good Journey Itinerary Suggester with LangChain, Google Maps API, and Gradio (Half 1)” tutorial, however if you wish to construct the Trip Planning Assistant, you might need so as to add extra parts to your utility and make it extra sturdy.

 

5. YouTube Summarizer

 

YouTube Summarizer is a beginner-friendly mission, excellent for college students and newcomers to APIs and pure language processing. The mission includes utilizing the YouTube API to extract transcripts from movies and the OpenAI API to summarize these transcripts. On condition that some movies might be prolonged, and the context window of fashions like ChatGPT may be restricted, the mission requires splitting the transcript into manageable elements. Every half is summarized individually, and the summarized sections are then mixed to supply a coherent abstract of all the video.

 

YouTube Summarizer project imageYouTube Summarizer project image
Picture from mission

 

You may comply with the “Create Your Personal YouTube Video Summarizer App in Simply 3 Straightforward Steps” tutorial and expertise the awesomeness your self.

Word: The mission is utilizing the previous API. You may all the time verify the OpenAI API documentation to replace to the brand new construction.

 

6. Internet scraping with LLMs

 

Internet scraping generally is a profitable enterprise, with people incomes as much as $200 per day by working a easy script. It’s thought-about profitable as a result of it may be difficult to bypass sure web site buildings. In such instances, constructing an LLM-powered internet scraper utilizing Scrapy and Ollama can assist automate or improve internet parsing.

 

Web scraping with LLMs project imageWeb scraping with LLMs project image
Picture from books.toscrape.com

 

By following the information “Internet Scraping with LLMs,” you possibly can study to make use of LLM on every webpage to extract particular attributes resembling product title and worth. The LLM eliminates the necessity for handbook coding to extract these attributes from the webpage; all that you must change is the immediate.e immediate. 

 

7. Construct GPT4o utilizing Open Fashions

 

Constructing an all-in-one AI utility usually requires tens of millions of {dollars} and years of analysis. What if I advised you you could construct your personal GPT-4o mannequin utilizing an open-source mannequin for free of charge and in simply sooner or later?

On this mission, we are going to create a complete Open GPT-4o utility that may perceive audio, picture, and textual content information. It would embody a stay voice chat function and video chat capabilities. Moreover, you should utilize it to generate photos and movies. Briefly, it will likely be your AGI (Synthetic Common Intelligence) utility.

Please notice that the mission doesn’t include a information or tutorial, so you’ll have to study every thing by understanding the supply code: app.py · KingNish/OpenGPT-4o at essential (huggingface.co)

 

Build GPT4o using Open Models project imageBuild GPT4o using Open Models project image
Picture from OpenGPT 4o

 

Earlier than you construct your LLM utility, I extremely advocate that you just take a look at out OpenGPT 4o. Study numerous options and what kind of mannequin it’s utilizing. Learn the way environment friendly and quick it’s.

 

Closing Ideas

 

Constructing an LLM portfolio mission can considerably increase your profession prospects. In case you are a pupil in search of employment, these 7 tasks will assist you to safe a job quicker than others. Recruiters and HR managers are significantly impressed by tasks that incorporate the most recent applied sciences, resembling AI.

To start, bookmark this web page and begin constructing the easy tasks. As you progress to extra advanced tasks, ensure to persistently showcase your work on LinkedIn. This manner, you’ll quickly catch the attention of recruiters.
 
 

Abid Ali Awan (@1abidaliawan) is a licensed information scientist skilled who loves constructing machine studying fashions. At present, he’s specializing in content material creation and writing technical blogs on machine studying and information science applied sciences. Abid holds a Grasp’s diploma in expertise administration and a bachelor’s diploma in telecommunication engineering. His imaginative and prescient is to construct an AI product utilizing a graph neural community for college students combating psychological sickness.

Leave a Reply