MarketAI 2.0 is a Python-based mini project that analyzes stock market data using pre-cleaned stock lists and custom logic. This project is designed to help understand stock trends and provide meaningful insights for beginners and enthusiasts.
- π Stock data analysis using Python
- π§Ή Cleaned stock list for reliable processing
- π Visualization-ready data structure
- βοΈ Simple and modular script
Mini-Project2k25/ βββ Market_S.py # Main Python script for stock analysis βββ stock_list_cleaned.csv # Cleaned stock names and symbols βββ requirment.txt # Python dependencies list βββ README.md # Project documentation
- Clone the repository:
git clone https://github.com/Bhoisachin/Mini-Project2k25.git cd Mini-Project2k25
2 Create and activate a virtual environment: python -m venv venv venv\Scripts\activate # For Windows
3 Install required packages: bash pip install -r requirements.txt bash
4 Open terminal or command prompt in the project directory.
bash strimlit run Market_S.py bash