File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 22
33Just Another Bitcoin Analyzer.
44
5+
6+ ## Execution
7+
8+ Run
9+ '''
10+ pip install -r requirements.txt
11+ python app.py
12+ '''
13+
514## Incoming Changes
615
716
817- [ ] Add a spam filtering system
918- [ ] Create a model to predict price movements based on sentiment
1019- [ ] Improve the tweet gathering system to avoid duplicate dates
11- - [ ] Add visual interface to the library
12- - [ ] Change the code from a notebook to python files and leave the notebook as a visual tool/tutorial
20+ - [x ] Add visual interface to the library
21+ - [x ] Change the code from a notebook to python files and leave the notebook as a visual tool/tutorial
1322
1423
1524## Changelog
Original file line number Diff line number Diff line change 3939 " \n " ,
4040 " from tqdm import tqdm\n " ,
4141 " \n " ,
42- " from JATS. src.JATS import JATS"
42+ " from src.JATS import JATS"
4343 ]
4444 },
4545 {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments