Generative AI is a subfield of artificial intelligence that focuses on generating new content based on the training data. Read more
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 installThis 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 shellPotential LLMs for this Repo:
- ChatGPT
- Llama
- Hugging Face Transformers (Open source LLMs)
- Gemini
- ...
- Langchain
- LangGraph
- LangSmith
- Gemini API's
- AI agents
- Fine Tuning LLMs
- RAG
- ...
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