Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sarmad426/generative-ai

AI basics, Generative AI (ChatGPT, Gemini) API's and Hugging face transformers. Projects with streamlit and FastAPI.
https://github.com/sarmad426/generative-ai

chatgpt fastapi fastapi-crud gemini generative-ai huggingface-transformers openai-api python sqlmodel streamlit

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Generative AI

**Generative AI** is a subfield of artificial intelligence that focuses on generating new content based on the training data. [Read more](./1-Gen-AI/)

## 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.

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

If you are on *Windows* change `python3` to just `python`.

**Install Packages:**

```bash
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:**

```bash
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**.

**Python Projects**.

Learn **DSA** with python.

Back end **API** development using **Fast API**.

Learn **AI** and **Data Science**.