/chatisa

Primary LanguagePythonMIT LicenseMIT

ChatISA

ChatISA is your personal, free, and prompt-engineered chatbot, where you can chat with one of nine LLMs. The chatbot consists of four main pages: (a) Coding Companion, (b) Project Coach, (c) Exam Ally, and (d) Interview Mentor.

image

What made this project possible?

Contributors

Support & funding

  • Farmer School of Business
  • US Bank

References and inspiration

Contributing

Contributions are warmly welcomed. To contribute, please fork this repo and create a pull request with your changes.

Setting up your environment

These setup instructions assume you are using conda.

conda env create -f environment.yaml
conda activate chatisa

Running the app

streamlit run chatgpt.py