Group 47
CryptoWise Advisor Chatbot
A rule-based cryptocurrency advisor chatbot that provides investment advice based on profitability and sustainability metrics.
Features
- Provides cryptocurrency investment advice based on:
- Profitability (price trends, market cap)
- Sustainability (energy efficiency, project viability)
- Interactive command-line interface
- Predefined cryptocurrency database with key metrics
- Clear investment advice with risk disclaimers
Project Structure
crypto_advisor.py
: Main chatbot implementation
crypto_data.py
: Cryptocurrency database and data structures
requirements.txt
: Project dependencies
Setup and Installation
- Ensure you have Python 3.8+ installed
- Install dependencies:
pip install -r requirements.txt
- Run the chatbot:
Usage
The chatbot supports various queries including:
- “Which crypto is trending up?”
- “What’s the most sustainable coin?”
- “Give me investment advice”
- “Tell me about [cryptocurrency name]”
Disclaimer
This chatbot provides general cryptocurrency information and advice based on predefined rules and data. Cryptocurrency investments are inherently risky. Always conduct your own research and consult with financial advisors before making investment decisions.
Future Enhancements
- Real-time data integration via cryptocurrency APIs
- Natural Language Processing for more natural interactions
- Expanded cryptocurrency database
- Advanced analysis features