JocelynVelarde / FinanceAI

Code repository for Atrato Financial Hackathon

Home Page:https://financial-ai.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FinanceAI: Your financial assistant πŸͺ™

Just ask and we will respond

safenav profile

Authors

Features

  • For users easily type in their question and get solutions
  • Upload employee database to receive contact information about possible problem solvers
  • Receive metric information about API costs in real time
  • Prevent SQL inyections from prompt input
  • Limited hateful speech for LLM
  • Implemented feedback support for improvement using TruLens
  • Optimized API costs using Embeddings and vectorized data sets
  • Light and Dark mode enabled
  • Available in all devices

Structure

streamlit_app 
β”œβ”€ home.py
β”œβ”€ .streamlit
β”‚   └─ secrets.toml
β”œβ”€ api
β”‚  └─ auth_openai.py
β”‚  └─ processing.py
β”œβ”€ assets
β”‚  └─ files
β”‚  └─ images
β”œβ”€ styles
β”œβ”€ pages
β”‚  └─ report_bug.py
β”‚  └─ get started.py
β”‚  └─ user.py
└─ requirements.txt

Tools

  • OpenAI API
  • Streamlit
  • LangChain
  • Hugging Face
  • TruLens

Deployed with: Streamlit Cloud

Demo

YouTube

License

MIT

About

Code repository for Atrato Financial Hackathon

https://financial-ai.streamlit.app/

License:MIT License


Languages

Language:Jupyter Notebook 61.3%Language:CSS 19.7%Language:Python 19.0%