Skip to content

ssandra102/gen_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative ai applications

Download all the required libraries in your environment using:

pip install -r requirements.txt

1. Resume Description Generator with Cohere

A streamlit web application with Cohere LLM support. Enter your project idea and generate descriptions for it, that can be included in your resume.
Enter the following command to run the web app:

streamlit run cohere_deploy.py

2. Question answering web app with Gemini

A streamlit web application with Google's Gemini API. Enter your question idea and generate answer for it.
Enter the following command to run the web app:

streamlit run ques_ans.py

(note: code is part of my learning process and not production-ready.)

About

Some of the gen ai applications developed as part of my learning process

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published