FinGenius is an AI-powered financial analysis tool that helps users make informed decisions by providing insights, predictions, and data-driven recommendations.
-
Real-Time Analysis: Get up-to-date financial insights.
-
AI-Powered Predictions: Utilize advanced AI models to forecast market trends.
-
Data Visualization: Interactive charts and reports for better understanding.
-
Portfolio Management: Track and optimize investments efficiently.
-
Customizable Alerts: Get notifications on critical financial movements.
Clone the repository:
git clone https://github.com/sakomws/fingenius.git
cd fingenius
Install dependencies:
pip install -r requirements.txt
Set up environment variables:
cp .env.example .env
Update .env with necessary API keys and configuration.
Run the application:
cd backend/
python app.py
Start the app and access the dashboard via http://localhost:3000
Use the API endpoints for financial data analysis.
API Endpoints
GET
/api/market-trends
Fetch current market trends
POST
/api/analyze-portfolio
Analyze a given portfolio
GET
/api/alerts
Get financial alerts
Fork the repository
Create a new branch (feature/your-feature)
Commit changes (git commit -m 'Add new feature')
Push to the branch (git push origin feature/your-feature)
Open a Pull Request
This project is licensed under the MIT License.
For questions or feedback, contact [Sako M].