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 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
Potential 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