|
@@ -257,27 +257,27 @@ Detailed introduction to your project:
|
|
|
|
|
|
|
|
### Install Dependencies
|
|
### Install Dependencies
|
|
|
|
|
|
|
|
-\`\`\`bash
|
|
|
|
|
|
|
+
|
|
|
pip install -r requirements.txt
|
|
pip install -r requirements.txt
|
|
|
-\`\`\`
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
### Configure API Keys
|
|
### Configure API Keys
|
|
|
|
|
|
|
|
-\`\`\`bash
|
|
|
|
|
|
|
+
|
|
|
# Create .env file
|
|
# Create .env file
|
|
|
cp .env.example .env
|
|
cp .env.example .env
|
|
|
|
|
|
|
|
# Edit .env file and fill in your API keys
|
|
# Edit .env file and fill in your API keys
|
|
|
-\`\`\`
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
### Run Project
|
|
### Run Project
|
|
|
|
|
|
|
|
-\`\`\`bash
|
|
|
|
|
|
|
+
|
|
|
# Start Jupyter Notebook
|
|
# Start Jupyter Notebook
|
|
|
jupyter lab
|
|
jupyter lab
|
|
|
|
|
|
|
|
# Open main.ipynb and run
|
|
# Open main.ipynb and run
|
|
|
-\`\`\`
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
## 📖 Usage Examples
|
|
## 📖 Usage Examples
|
|
|
|
|
|