AI Investor is an experimental project to explore whether artificial intelligence can make effective financial decisions. This project is not intended to be taken seriously for real-world investment purposes. It was created as a learning exercise to gain experience with Node.js.
You can access the live demo of the project here: AI Investor Live Demo
- Learning Node.js: The primary goal of this project is to learn and experiment with Node.js.
- Experimentation: Test the capabilities of AI in analyzing financial data and making predictions.
The frontend of this project is minimal and was not the main focus. It was built primarily to provide basic interaction with the backend.
- Clone the repository:
git clone https://github.com/WarriorKnight/AI-Investor.git
- Navigate to the project directory:
cd AI-Investor/backend/
- Install dependencies:
npm install
- Start the application:
node backend/index.js
- Access the frontend in your browser to interact with the application.
Each analysis involves processing approximately 15,000 input tokens and generating around 3,000 output tokens. This results in an estimated cost of $0.01764 per analysis.
This project is purely for educational purposes and should not be used for actual financial decision-making.
Contributions are welcome! If you'd like to contribute, please fork the repository, create a branch, and submit a pull request.