Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.82 KB

README.md

File metadata and controls

73 lines (50 loc) · 1.82 KB

Speak Stocks

Explore the market with your voice and uncover insights through AI-powered prediction.

Description

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

Features

  • 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

Tech Stack

  • Frontend: Next.js, Tailwind CSS, Flask
  • Data Fetching: Cheerio (for scraping), Alpha Vantage API for charts
  • Prediction: AI model (implementation details to be added)

Installation Steps

  1. Clone the repository:
git clone https://github.com/your-username/speak-stocks.git
  1. Navigate to the project directory:
cd speak-stocks
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
  1. Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 in your browser.

Getting Started

  • 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.

Additional Information

  • This project utilizes next/font for optimized font loading.
  • Replace any placeholder API keys or environment variables with your own.