You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-41Lines changed: 3 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,41 +13,14 @@ Contributions to this repository are welcome! Whether you want to:
13
13
14
14
Please check the [CONTRIBUTING.md](./CONTRIBUTING.md) file for guidelines.
15
15
16
-
## ⚠️ API Key Required
17
-
18
-
**Before you begin:** You'll need a Perplexity API key to use any project in this repository.
19
-
20
-
Sign up for an API key by following the steps in the [Perplexity documentation](https://docs.perplexity.ai/guides/getting-started).
21
-
22
-
## About This Repository
23
-
24
-
This repository contains various projects that demonstrate how to leverage Perplexity's Sonar API for different use cases. Each project is designed to showcase the API's capabilities while providing practical, ready-to-use tools for developers.
25
16
26
17
## Projects
27
18
28
-
### Fact Checker CLI
29
-
30
-
The flagship project in this collection is a command-line tool that analyzes claims or articles for factual accuracy. Using Sonar API's powerful search capabilities, it identifies false or misleading statements, provides corrections, and cites reliable sources.
31
-
32
-
[Read more about the Fact Checker CLI →](./fact-checker/README.md)
33
-
34
-
### Coming Soon
19
+
• **Fact Checker CLI** - A command-line tool that analyzes claims or articles for factual accuracy using Sonar API's search capabilities.
35
20
36
-
We're actively working on adding more projects to this collection:
21
+
• **Daily Knowledge Bot** - Python application that delivers interesting facts about rotating topics using the Perplexity AI API.
37
22
38
-
-**Research Assistant**: Automated literature review and summarization tool
39
-
-**News Analyzer**: Track developing stories and analyze reporting biases
40
-
-**Content Verifier**: Browser extension for real-time fact checking
41
-
-**Data Explorer**: Query and visualize complex datasets through natural language
42
-
43
-
## Why Sonar API?
44
-
45
-
Perplexity's Sonar API offers several advantages that make it ideal for building powerful AI applications:
46
-
47
-
-**Fast & Cost-Effective**: Get reliable answers at a fraction of the cost of other AI APIs
48
-
-**Search Grounding**: Internet-connected models that can access and cite the latest information
49
-
-**Easy Integration**: Simple, straightforward API that developers can integrate in minutes
50
-
-**Scalable Pricing**: Pay-as-you-go model that scales with your usage
23
+
• **Disease Information App** - Interactive browser-based application providing structured information about diseases using the Sonar API.
51
24
52
25
## Getting Started
53
26
@@ -58,19 +31,8 @@ To use any of the projects in this repository, you'll need:
58
31
59
32
Each project includes its own README with specific installation and usage instructions.
60
33
61
-
## API Access
62
-
63
-
You can sign up for Perplexity's Sonar API at [sonar.perplexity.ai](https://sonar.perplexity.ai/).
64
-
65
-
The API offers:
66
-
- Free tier to get started
67
-
- Straightforward documentation
68
-
- Transparent usage-based pricing
69
34
70
35
## License
71
36
72
37
Unless otherwise specified, all projects in this repository are licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.
73
38
74
-
---
75
-
76
-
*Build with the best AI answer engine. Power your products with the fastest, cheapest API offering out there with search grounding. Get started in minutes.*
0 commit comments