Skip to content

Official repository of Team DeepVision, competing in the Gidy.AI Techpreneur Hackathon 2025 at Saveetha Engineering College. Led by Vikhram S, this project leverages DeepVision AI to evaluate startup viability, assess market potential, and provide data-driven insights for tech-driven entrepreneurship. ๐Ÿš€ #AI #StartupEvaluation #DeepVision

License

Notifications You must be signed in to change notification settings

Vikhram-S/DeepVision-Gidy.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

DeepVenture Hub

DeepVenture Hub is an AI-powered idea marketplace and business simulator that empowers entrepreneurs and graduates by providing an interactive platform for idea evaluation, business simulation, personalized microlearning, mentorship matching, and real-time industry analytics.


Features

๐Ÿš€ AI-Powered Idea Evaluation

๐Ÿ” Submit your business idea and receive an AI-generated evaluation score.

Screenshot 2025-02-26 225820

๐Ÿ“Š Business Simulation

๐ŸŽฎ Run simulations based on your idea to assess potential success and market viability.

Screenshot 2025-02-26 225840

๐Ÿค Mentor Matching

๐ŸŽฏ Get matched with industry experts based on the keywords in your idea description.

Screenshot 2025-02-21 224455

๐Ÿ“š Personalized Microlearning Modules

๐Ÿ“– Explore curated microlearning content across topics such as business fundamentals, digital marketing, and financial management.

Screenshot 2025-02-26 231151

Screenshot 2025-02-26 231839

๐Ÿ“ˆ Real-Time Analytics Dashboard

๐Ÿ“Š View up-to-date market trends, funding rounds, and sector-specific insights via a dedicated dashboard.

Screenshot 2025-02-21 224731


Technologies Used

  • Python 3.x
  • Tensorflow
  • Scikit-learn
  • Gradio - For interactive idea evaluation UI.
  • Streamlit - For building the real-time analytics dashboard.
  • Standard Python Libraries (e.g., random) for mock implementations.

2๏ธโƒฃ Install Dependencies

pip install -r requirements.txt

3๏ธโƒฃ Dataset ๐Ÿ“‚ Dataset Used: Yelp Review Full Dataset ๐Ÿ”— Dataset Download: (https://huggingface.co/datasets/Yelp/yelp_review_full)

๐Ÿ“‘ Dataset Columns:

  • idea_description โ€“ Text of the idea description.
  • score โ€“ A numeric target score for training the evaluation model. Project Structure
deepventure_hub/
โ”œโ”€โ”€ requirements.txt             
โ”œโ”€โ”€ README.md                    
โ”œโ”€โ”€ deepventure_backend.py        
โ”‚    - scikitโ€‘learn functions for idea evaluation
โ”‚    - TensorFlow functions for simulation
โ”‚    - Microlearning, mentorship, and analytics functions
โ”œโ”€โ”€ gradio_app.py                
โ””โ”€โ”€ streamlit_app.py
โ””โ”€โ”€ streamlit_dashboard.py
โ””โ”€โ”€ microlearning_app.py
โ””โ”€โ”€ output/screenshots
       

Usage 1๏ธโƒฃ Training and Evaluation

  • ๐Ÿ’ก Idea Evaluation

  • ๐Ÿ“Œ The function evaluate_idea(description) in deepventure_backend.py:

  • Loads (or trains) a scikit-learn model using the stackoverflow_survey_2024.csv dataset.

  • Transforms the idea description using a TF-IDF vectorizer.

  • Predicts a score between 0 and 100.

๐Ÿ“ˆ Business Simulation

  • ๐Ÿ“Œ The function run_simulation(title, description, score):

  • Loads (or trains) a TensorFlow model that takes a normalized idea score as input.

  • Outputs a predicted success rate for the idea.
    2๏ธโƒฃ Launch Gradio Interface

  • ๐Ÿ“Œ To start the interactive idea evaluation interface, run:

python gradio_app.py

๐Ÿš€ A local web interface will open where you can:

  • โœ… Enter your idea title and description.
  • โœ… Receive an AI evaluation score.
  • โœ… Run a business simulation.
  • โœ… Get matched with a mentor.
  • โœ… Explore microlearning modules.

3๏ธโƒฃ Launch Streamlit Dashboard

  • ๐Ÿ“Œ To view the real-time analytics dashboard, run:
streamlit run streamlit_app.py

๐Ÿ“Š This dashboard displays:

  • โœ”๏ธ Market trends
  • โœ”๏ธ Funding rounds
  • โœ”๏ธ Sector insights

4๏ธโƒฃ Launch Streamlit Microlearning Module ๐Ÿ“Œ To explore the microlearning module and boost your skills, run:

streamlit run microlearning_streamlit.py

๐Ÿ“š This module displays:

  • โœ”๏ธ Secure Login Interface

  • โœ”๏ธ Personalized Learning Modules

  • โœ”๏ธ Interactive Quizzes

  • โœ”๏ธ Progress Tracking

  • โœ”๏ธ Certificates

License

๐Ÿ“œ This project is licensed under the MIT License.

Contact

๐Ÿ“ง For questions or further information and inquiries, please contact: vikhrams@saveetha.ac.in

About

Official repository of Team DeepVision, competing in the Gidy.AI Techpreneur Hackathon 2025 at Saveetha Engineering College. Led by Vikhram S, this project leverages DeepVision AI to evaluate startup viability, assess market potential, and provide data-driven insights for tech-driven entrepreneurship. ๐Ÿš€ #AI #StartupEvaluation #DeepVision

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages