Explore the market with your voice and uncover insights through AI-powered prediction.
Speak Stocks is a voice-powered stock exploration and prediction website built with Next.js, Cheerio, Alpha Vantage API, Apex Charts, and Tailwind CSS. It enables you to:
- Search for stock details using voice commands
- Visualize historical stock data with interactive candlestick charts
- Get AI-powered predictions for future stock prices
- Voice-powered search: Effortlessly find stock information using your voice
- Candlestick visualization: Analyze trends with dynamic Apex Charts
- AI-based prediction: Explore potential price movements with AI-generated forecasts
- Intuitive interface: Navigate seamlessly with a user-friendly design
- Built with modern technologies: Leverages Next.js, Tailwind CSS, and advanced APIs
- Frontend: Next.js, Tailwind CSS, Flask
- Data Fetching: Cheerio (for scraping), Alpha Vantage API for charts
- Prediction: AI model (implementation details to be added)
- Clone the repository:
git clone https://github.com/your-username/speak-stocks.git
- Navigate to the project directory:
cd speak-stocks
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open
http://localhost:3000
in your browser.
- Access the voice search functionality and explore stock details.
- Interact with the candlestick charts to analyze historical data.
- View AI-powered predictions for future stock prices.
- This project utilizes
next/font
for optimized font loading. - Replace any placeholder API keys or environment variables with your own.