An all in one stock market analysis platform that combines AI powered insights with comprehensive tools for informed investment decisions.
- Stock Analysis & Predictions: In-depth portfolio analysis with AI-powered market predictions
- Dual-Layer Analysis: Combines sentiment analysis of market news with quantitative backtesting
- Learning Hub: Personalized educational resources for investment strategies
- Community Forum: Connect and discuss with fellow investors
- Frontend: React
- Backend: Django REST Framework
- Database: SQLite and Pinecone
- AI/ML: CrewAI and LangChain
-
Navigate to server directory:
cd server
-
Activate virtual environment:
- macOS/Linux:
source env/bin/activate
- Windows:
env\Scripts\activate
- macOS/Linux:
-
Install dependencies:
pip install -r requirements.txt
-
Run migrations:
python manage.py migrate
-
Start server:
python manage.py runserver
-
Navigate to client directory:
cd client
-
Install dependencies:
npm install
-
Start development server:
npm run dev
Built during the brAInwave hackathon by AIMS-DTU in 2024.