The project consist to develop a chatbot that can give personal financial advice, track spending and provide information on investments.
Financial-Chatbot
│
├── app
│
├── pages
│
├── app.py
│
├── main
│
├── personal-finance
│
├── stock-recommendation
│
├── stock-consulting
│
├── yahoo-articles
-
app
: This is the folder for the functions modified for the app -
pages
: This is the folder for all the pages for the streamlit -
app.py
: This is the file for running the app of the chatbot using streamlit -
main
: This is the the main file of interaction for the chatbot -
personal-finance
: This file concerns all the functions for personal-finance -
stock-recommendation
: This file concerns all the functions for stock-recommendation -
stock-consulting
: This file concerns all the functions for stock-consulting -
yahoo-articles
: This file concerns all the functions for yahoo-articles
To run in terminal
python main.py
To run the app
streamlit run app.py