Project pilot
Collection
2 items
β’
Updated
β’
1
A powerful AI-driven assistant designed to guide your entire software development workflow β from project setup and code review to blockchain interaction and smart contract integration.
ProjectPilotAI is your AI-powered project co-pilot that:
Deployed GitHub Page: π web4application.github.io/project_pilot_ai
project_pilot_ai/
βββ app/ # Main Python app
β βββ core/ # AI logic & command handlers
β βββ blockchain/ # Fadaka integration (wallets, txs, etc.)
β βββ web/ # FastAPI server + API routes
βββ templates/ # HTML templates for the UI
βββ static/ # JS/CSS for Web Dashboard
βββ README.md # (You're here)
βββ requirements.txt # Python
dependencies
git clone https://github.com/Web4application/project_pilot_ai.git
cd project_pilot_ai
pip install -r requirements.txt
uvicorn app.web.main:app --reload --port 8000
Visit: http://localhost:8000
You can use the assistant to:
We welcome contributions!
git clone https://github.com/Web4application/project_pilot_ai.git
# Create feature branch, make your changes, then:
git push origin feature-branch
Please open a pull request with a clear description of your changes.
Licensed under the MIT License. Β© 2025 Web4Application