Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.33 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.33 KB

Generative AI

Generative AI is a subfield of artificial intelligence that focuses on generating new content based on the training data. Read more

Project Setup

Activate Virtual Environment

Install all the packages for the repository. This Repo uses poetry as package manager. To install poetry run the following command.

curl -sSL https://install.python-poetry.org | python3 -

If you are on Windows change python3 to just python.

Install Packages:

poetry install

This command will install all the packages listed in pyproject.toml file. It will also create a Virtual environment if it does not exist.

Activate Virtual Environment:

poetry shell

Repo Structure

Potential LLMs for this Repo:

  • ChatGPT
  • Llama
  • Hugging Face Transformers (Open source LLMs)
  • Gemini
  • ...

Upcoming Projects

  • Langchain
  • LangGraph
  • LangSmith
  • Gemini API's
  • AI agents
  • Fine Tuning LLMs
  • RAG
  • ...

More Repositories

Python. https://github.com/sarmad426/Python

Python Projects. https://github.com/Sarmad426/Python-projects

Learn DSA with python. https://github.com/Sarmad426/DSA-Python

Back end API development using Fast API. https://github.com/Sarmad426/FastAPI

Learn AI and Data Science. https://github.com/Sarmad426/AI