https://github.com/wilsonsilva/getting-started-with-mistral-ai
Transcription of DeelpLearning.AI's Getting Started with Mistral course
https://github.com/wilsonsilva/getting-started-with-mistral-ai
Last synced: 7 months ago
JSON representation
Transcription of DeelpLearning.AI's Getting Started with Mistral course
- Host: GitHub
- URL: https://github.com/wilsonsilva/getting-started-with-mistral-ai
- Owner: wilsonsilva
- Created: 2024-05-05T12:40:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T12:40:30.000Z (over 1 year ago)
- Last Synced: 2025-02-24T05:13:46.315Z (7 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started with Mistral
My notes from DeepLearning.AI's
[Getting Started with Mistral](https://learn.deeplearning.ai/courses/getting-started-with-mistral) course.## Features
- Transcriptions
- Fully commented code samples
- Tests
- Ability to easily change Mistral models and endpoints## Requirements
- Python 3.12
- Pip## Installation
```
source .venv/bin/activate
pip3 install -r requirements.txt
```