Playing with LangChain and Streamlit.
The goal of this project is to create an app that summarizes the technology stack in a job description.
Written in Python 3.9.9. Some packages used:
- langchain
- openai
- streamlit
To run the web app, execute this in the command line:
streamlit run main.py
Ednalyn C. De Dios – @ecdedios
Distributed under the MIT license. See LICENSE
for more information.
- LinkedIn: in/ecdedios/
- Resumé: http://ednalyn.com
- Data Science Projects https://datasciencenerd.us
- Fork it (https://github.com/ecdedios/jd-summarizer/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
2024