Skip to content

Codeanywhere-Templates/deepseek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Codeanywhere

This is a template project for Deepseek applications in Codeanywhere. Try it out

Getting Started

Set your Deepseek API key:

export DEEPSEEK_API_KEY=your_api_key_here

Open the terminal and run one of the example scripts:

python samples/openai-document-analyzer.py util/report.txt
python samples/openai-code-reviewer.py util/script.js
python samples/openai-content-creator.py "AI Applications" --type blog --tone professional

All dependencies are pre-installed in the devcontainer. You only need to create a .env file with your API key:

DEEPSEEK_API_KEY=your_api_key_here

Features

  • Development container for Deepseek applications
  • Pre-installed dependencies
  • Document analysis and summarization tools
  • Code review and improvement utilities
  • Content generation capabilities

Usage Examples

Document Analysis

# Summarize a document
python samples/deepseek-document-analyzer.py util/report.txt

# Summarize and save to a file
python samples/deepseek-document-analyzer.py util/report.txt summary.txt

Code Review

# Review JavaScript code
python samples/deepseek-code-reviewer.py util/script.js

Content Creation

# Create a blog post
python samples/deepseek-content-creator.py "Machine Learning Trends" --type blog

# Create social media content with a friendly tone
python samples/deepseek-content-creator.py "Product Launch" --type social --tone friendly

# Create a marketing email with a persuasive tone
python samples/deepseek-content-creator.py "Summer Sale" --type email --tone persuasive

Learn More

To learn more about Deepseek, take a look at the following resources:

You can check out the official Deepseek GitHub repository - your feedback and contributions are welcome!

Want to contribute?

Feel free to open a PR with any suggestions for this template project 😃

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published