A sophisticated market monitoring system powered by AI to detect anomalies and provide real-time investment insights.
- Real-time market monitoring
- AI-powered anomaly detection
- Investment strategy recommendations
- Historical data analysis
- Interactive data visualization
- Node.js (recommended version 16 or higher)
- npm or yarn package manager
- Clone the repository
git clone <YOUR_REPOSITORY_URL>
cd market-anomaly-detection
- Install dependencies
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
The application will be available at http://localhost:8080
npm run build
# or
yarn build
This project can be deployed to various platforms:
- Connect your GitHub repository
- Set build command:
npm run build
- Set publish directory:
dist
- Import your GitHub repository
- Vercel will automatically detect the correct settings
- Deploy
- Enable GitHub Pages in your repository settings
- Add the following to your GitHub Actions workflow:
- name: Build
run: npm run build
- Connect your repository
- Follow the automatic build settings
- Deploy
- React
- TypeScript
- Vite
- shadcn/ui
- Tailwind CSS
- Recharts for data visualization
This project is licensed under the MIT License - see the LICENSE file for details.