Skip to content

smtnkc/ai-handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

AI Handbook

Terms

Tools, Frameworks, Libraries

AI assistants

  • ChatGPT (A chatbot developed by OpenAI)
  • Gemini (Successor of BARD)
  • AlphaCode 2 (Programming tool powered by Gemini)
  • SciSpace (AI chat for scientific PDFs)
  • JSTOR (AI chat for scientific PDFs)
  • Cody (Customly trainable AI assistant for businesses)
  • Rawdog (CLI assistant that responds by generating and auto-executing a Python script)
  • Devin (AI Software Engineer by Cognition)
  • LaVague (Browser interaction and task automation)
  • Chat with RTX (Locally personalized LLM by NVIDIA - 35Gb)
  • EagleX (Attention-free transformer LLM based on the RWKV-v5 architecture)
  • Sora (Creating video from text by OpenAI)
  • Open-Sora (Open-source version of Sora)

LLM Frameworks

  • LoRA (Lightweight training technique that reduces the number of trainable parameters)
  • DSPy (Solves the fragility in LLM apps by replacing prompting with programming and compiling) [More Info]
  • LangChain (Build, observe, and deploy LLM‑powered apps easily)
  • LlamaIndex (Turn your enterprise data into production-ready LLM applications)
  • Ollama (Get up and running with large language models, locally)
  • Phoenix (For AI observability and evaluation)
  • LM Studio (Discover, download, and run local LLMs)
  • NeoSync (To create synthetic data or anonymize sensitive data for fine-tuning or model training)
  • Langfuse (Open Source LLM Engineering Platform)
  • FastText (Library for efficient text classification and representation learning)
  • PhiData (A toolkit for building AI Assistants with function calling and connecting LLMs to external tools)
  • ScreenAI (A visual language model for UI and visually-situated language understanding)
  • MLX (An array framework for machine learning research on Apple silicon)

Computer Vision

  • Midjourney (Image generator)
  • Magnific.ai (Image upscaler)
  • Lisa AI (Artistic image generator)
  • Stable Diffusion (Text-to-image model from StabilityAI)
  • DreamBooth (A fine-tuning model for stable diffusion model)
  • VideoPoet (A large language model for zero-shot video generation)
  • Supervision by Roboflow (A Python package of reusable computer vision tools)
  • YOLO (Object detection, segmentation, pose estimation, tracking, and classification)
  • LLaVa-NeXT (An open-source multimodal language model that can take image)

Productivity

  • Localpilot (Local GitHub Copilot on Macbook)
  • NextFlow (Reproducible scientific workflows using software containers)
  • nf-core (Bioinformatics pipelines)

Resources & Repositories

AI Deployment

Transformer Models

Encoder-only (Classification or Extractive Summarization)

Decoder-only (Prompty-based Autoregressive Text Generation)

Encoder + Decoder (Translation or Abstractive Summarization)

transformer_models

LLMs Evaluation

llms_evaluation

Fancy LLM Jargon

A regularly updated list of overused words and phrases is available in Google Sheets.

Further reading: How cheap, outsourced labour in Africa is shaping AI English

References

Releases

No releases published

Packages

No packages published