Skip to content

Siphonophores/FinGPT

 
 

Repository files navigation

FinGPT

Technology demonstrator for LangChain.

Written in python using Streamlit

To install libraries run 'pip install -r requirements.txt'

You will need to create a .env file and in this .env file insert your own OPENAI_API_KEY as in: OPENAI_API_KEY='sk-xxxyyyZZZaaabbbCCC'

** Using the application as-is will result in charges in your OpenAI account **

** Substitute another free to use LLM if you do not wish to incur charges **

to run the app type 'streamlit run main.py' and the app will run in a browser on you machine on port 8502 e.g. localhost:8502

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • CSS 3.7%