NASAApi-Connector

NASAApi-Connectorは、NASAのAPIと連携するためのPythonライブラリです。ユーザーは簡単にNASAのデータにアクセスし、さまざまな情報を取得できます。このライブラリは、API呼び出しの簡素化を目的としており、データ取得の効率を向上させます。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

20

フォーク

0

イシュー

0

README
NASA API Integration with MCP
Quick Setup
  1. Install Ollama and the llama3.2 model
  2. Clone this repository
  3. Create a virtual environment: python -m venv venv
  4. Activate:
    • Windows: venv\Scripts\activate
    • Unix: source venv/bin/activate
  5. Install dependencies: pip install -r requirements.txt
Running the Project

Run the main application:

python mcp_chat.py

Run the test suite:

python test_suite.py
Example Queries
  • "Show me today's astronomy picture"
  • "What photos did Curiosity take recently?"
  • "Are there any asteroids passing near Earth?"
  • "Show me images of Earth from space"
Project Documentation

See my report for more info