- Fork the repo and clone it
git clone https://github.com/EnigmAI/Financely.git
cd financely
- Activate your conda or virtual Python environment
- To download the required packages run the commands below
pip install -r requirements.txt
-
Download our sentiment analysis model from here and place it inside the directory
Financely/basic_app/
-
After the above setup, run the following commands
python manage.py migrate
python manage.py makemigrations basic_app
python manage.py migrate
- To start the backend server run the following command
python manage.py runserver
- Open your browser and navigate to the url below
http://localhost:8000
- Technical Analysis Indicators:
- RSI
- MACD
- EMA
- SMA
- OBV
- Pivot Points
- Financial Analysis - Piotroski Score
- Price Forecasting - Facebook Prophet Model
- Sentiment Analysis - Fine-tuned BERT model
Project Demo Video Link - https://drive.google.com/file/d/1ehs1m1HP4O2smAXmWmnmH4Y-k36jBmf0/view?usp=sharing