Skip to content

Generative AI (ChatGPT, Gemini) API's and Hugging face transformers. Projects with streamlit.

Notifications You must be signed in to change notification settings

Sarmad426/Generative-AI

Repository files navigation

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

About

Generative AI (ChatGPT, Gemini) API's and Hugging face transformers. Projects with streamlit.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published