Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sarmad426/generative-ai
- Owner: Sarmad426
- Created: 2023-11-02T17:17:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T03:55:37.000Z (about 1 month ago)
- Last Synced: 2024-10-19T07:32:25.207Z (29 days ago)
- Topics: chatgpt, fastapi, fastapi-crud, gemini, generative-ai, huggingface-transformers, openai-api, python, sqlmodel, streamlit
- Language: Jupyter Notebook
- Homepage:
- Size: 2.93 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**.